Compare commits
No commits in common. "fd525f51d79900cfc7e917ce1398dd5530b7a11b" and "4a3d55dd78c3c30560110ef754ced263435fa840" have entirely different histories.
fd525f51d7
...
4a3d55dd78
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
git update-index -g
|
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user