mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
Add memory empty state
This commit is contained in:
parent
1dc8fb38fd
commit
bbfc4b198d
@ -27,3 +27,9 @@ export const BadStats: Story = {
|
||||
maxMemory: 64,
|
||||
},
|
||||
}
|
||||
export const EmptyStats: Story = {
|
||||
args: {
|
||||
currentMemory: [],
|
||||
maxMemory:0,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user