mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
fix back button display
This commit is contained in:
parent
bbc8441c46
commit
232c7039a1
@ -164,7 +164,7 @@ const props = defineProps<{
|
||||
|
||||
const displayBackButton =
|
||||
props.displayBackButton &&
|
||||
history.length > 2 &&
|
||||
history.length > 1 &&
|
||||
inject("shouldBackButton", true);
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
Loading…
Reference in New Issue
Block a user