Skip to content

Commit 9e30b6f

Browse files
committed
dont keep matches alive because there is no need
1 parent 5b96768 commit 9e30b6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div id="app" class="antialiased" v-bind:style="{background: getBackground}">
3-
<keep-alive include="Browse,Search,History,Matches">
3+
<keep-alive include="Browse,Search,History">
44
<router-view/>
55
</keep-alive>
66
</div>

frontend/src/views/app/Matches.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ import Chat from '@/components/app/matches/Chat.vue';
7070
import Message from '@/components/app/matches/Message.vue';
7171
7272
export default {
73-
name: 'Matches',
7473
components: {
7574
Chat,
7675
NavBar,

0 commit comments

Comments
 (0)