diff --git a/code/websites/pokedex.online/src/components/gamemaster/SearchBar.vue b/code/websites/pokedex.online/src/components/gamemaster/SearchBar.vue index 68e9792..7464577 100644 --- a/code/websites/pokedex.online/src/components/gamemaster/SearchBar.vue +++ b/code/websites/pokedex.online/src/components/gamemaster/SearchBar.vue @@ -91,7 +91,9 @@ const fileLines = toRef(props, 'fileLines'); const displayLines = toRef(props, 'displayLines'); const internalSearchState = useGamemasterSearch(fileLines, displayLines); -const activeSearchState = computed(() => props.searchState || internalSearchState); +const activeSearchState = computed( + () => props.searchState || internalSearchState +); const { searchQuery,