We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948f256 commit 28216f5Copy full SHA for 28216f5
1 file changed
src/Components/App.luau
@@ -19,7 +19,7 @@ export type Props = {
19
forceGamepadHintVisible: boolean?,
20
forceKeyboardHintVisible: boolean?,
21
slots: number?,
22
- rows: number?, -- TODO: Add rows for inventory height
+ rows: number?,
23
items: { Tool | HopperBin }?,
24
opened: boolean?,
25
}
0 commit comments