Skip to content

Commit 065bb08

Browse files
committed
messing around because idk if the dev builds are working
1 parent 058e5ab commit 065bb08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/frontend/src/views/HomeView.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ export default defineComponent({
7676
this.showList = false;
7777
7878
// this feels so cursed but i don't know how to make it work otherwise
79-
if (this.firstLoad) {
80-
this.showDetail = true;
81-
}
79+
// if (this.firstLoad) {
80+
// this.showDetail = true;
81+
// }
8282
}
8383
84-
this.firstLoad = false;
84+
// this.firstLoad = false;
8585
},
8686
async created() {
8787
const eventStore = useEventStore();

0 commit comments

Comments
 (0)