Skip to content

Commit 0b07874

Browse files
committed
fix: Slotmaster view now displays correctly in release mode
1 parent b40cdc5 commit 0b07874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/slots/presentation/screens/slot_master_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ class _SlotMasterScreenState extends State<SlotMasterScreen> with AdaptiveState,
130130
),
131131
],
132132
),
133-
).expanded();
133+
);
134134
}
135135
}

0 commit comments

Comments
 (0)