modify queue page to use the correct track component

This commit is contained in:
geoffrey45
2022-08-31 12:20:35 +03:00
parent 8eb9f22bf0
commit 6454f38cc3
4 changed files with 35 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="queue-view">
<Queue />
<Queue :isOnQueuePage="true" />
</div>
</template>