mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-09-12 03:05:15 -05:00
This commit is contained in:
@@ -44,6 +44,10 @@ const collapsedStickers = ref(
|
||||
Array.isArray(newTrbitem.stickers) ? newTrbitem.stickers.map(() => true) : []
|
||||
);
|
||||
|
||||
if (!newTrbitem.stickers) {
|
||||
newTrbitem.stickers = [];
|
||||
}
|
||||
|
||||
watch(
|
||||
() => props.version,
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user