Add Seoul edge case message (#44)

This commit is contained in:
Eunjae Lee
2018-11-25 09:59:52 +08:00
committed by Sara Vieira
parent 654e768c19
commit 0bfc1c38fb

View File

@@ -33,6 +33,11 @@ const cases = [
'Uber drivers only take payment by cash. If they think you\'ll pay by card then they\'ll cancel the ride',
name: 'san salvador',
},
{
type: 'service',
message: 'Only Uber Black is available in Seoul.',
name: 'seoul',
}
]
export default city =>