mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix back button display
This commit is contained in:
parent
bbc8441c46
commit
232c7039a1
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ const props = defineProps<{
|
|||
|
||||
const displayBackButton =
|
||||
props.displayBackButton &&
|
||||
history.length > 2 &&
|
||||
history.length > 1 &&
|
||||
inject("shouldBackButton", true);
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
|
Loading…
Add table
Reference in a new issue