Compare commits

..

No commits in common. "fd525f51d79900cfc7e917ce1398dd5530b7a11b" and "4a3d55dd78c3c30560110ef754ced263435fa840" have entirely different histories.

3 changed files with 1 additions and 14 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
git update-index -g

View File

@ -1,11 +0,0 @@
#!/bin/sh
FILES=$(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
[ -z "$FILES" ] && exit 0
# Prettify all selected files
echo "$FILES" | xargs ./node_modules/.bin/prettier --ignore-unknown --write --plugin=@prettier/plugin-pug
# Add back the modified/prettified files to staging
echo "$FILES" | xargs git add
exit 0

View File

@ -9,7 +9,7 @@ l-map(
)
l-control-scale(position="topright", :imperial="false", :metric="true")
l-marker(
v-if="journey_data.main[idx].hotel",
v-if="journey_data.main[idx].hotel && journey_data.main[idx].hotel.icon",
:lat-lng="journey_data.main[idx].hotel.latlon"
)
l-icon