Skip to content

Commit

Permalink
chore: fix prod build after updating babel/preset-env
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Nov 2, 2023
1 parent 6cd8952 commit 050919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default {

data() {
return {
appName,
appName: appName,

Check failure on line 141 in src/views/Contacts.vue

View workflow job for this annotation

GitHub Actions / eslint

Expected property shorthand

// Let's but the loading state to true if circles is enabled
loadingCircles: isCirclesEnabled,
Expand Down

0 comments on commit 050919b

Please sign in to comment.