Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit cee56c0

Browse files
committed
Update deps, fix lint error
1 parent aeecc99 commit cee56c0

File tree

2 files changed

+82
-81
lines changed

2 files changed

+82
-81
lines changed

package-lock.json

+81-80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/Search/partials/SearchResultCard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
},
5454
shouldDisplayCountySuffix() {
5555
return this.item.county.toLowerCase().indexOf('county') < 0;
56-
}
56+
},
5757
},
5858
methods: {
5959
handleDirection() {

0 commit comments

Comments
 (0)