fix back button display

This commit is contained in:
Freeplay 2023-06-12 18:54:29 -04:00
parent fea8203c2f
commit d0aeee089d
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ const props = defineProps<{
const displayBackButton =
props.displayBackButton &&
history.length > 2 &&
history.length > 1 &&
inject("shouldBackButton", true);
const emit = defineEmits<{