Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BarTracz committed Jan 7, 2024
1 parent 2bdd795 commit e42da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Shared/Components/City.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function toggleProvidersForm() {
<template>
<td class="relative py-4 pl-4 text-sm sm:pl-6 sm:pr-3">
<div class="flex items-center font-medium text-gray-800">
<i :class="city.country.iso" class="flat flag large mr-2 shrink-0" :title="city.country.name"/>
<i :class="city.country.iso" class="flat flag large mr-2 shrink-0" :title="city.country.name" />
<p class="cursor-pointer break-all rounded hover:bg-blumilk-25"
@click="goToGoogleMaps(city.latitude, city.longitude)"
>
Expand Down

0 comments on commit e42da2f

Please sign in to comment.