mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-28 16:16:24 +00:00
Updated to airbnb coding styles
This commit is contained in:
@@ -17,12 +17,12 @@ describe('<MapModal />', () => {
|
||||
{
|
||||
cityName: 'Zaragoza',
|
||||
count: 54,
|
||||
latLong: [ zaragozaLat, zaragozaLong ],
|
||||
latLong: [zaragozaLat, zaragozaLong],
|
||||
},
|
||||
{
|
||||
cityName: 'New York',
|
||||
count: 7,
|
||||
latLong: [ newYorkLat, newYorkLong ],
|
||||
latLong: [newYorkLat, newYorkLong],
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user