mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 03:46:39 +00:00
Add badStats to memoryCard
This commit is contained in:
parent
103e3c98a9
commit
396dd909bd
@ -17,3 +17,6 @@ type Story = StoryObj<typeof meta>
|
||||
export const Default: Story = {
|
||||
args: { currentMemory: [12, 24, 12, 4, 30, 50], maxMemory: 100 },
|
||||
}
|
||||
export const BadStats: Story = {
|
||||
args: { maxMemory: 60, currentMemory: [2, 5, 7, 32, 23, 12, 89] }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user