Add memory empty state

This commit is contained in:
Hristo Nedelkov 2023-08-15 09:15:04 +03:00
parent 1dc8fb38fd
commit bbfc4b198d

View File

@ -27,3 +27,9 @@ export const BadStats: Story = {
maxMemory: 64,
},
}
export const EmptyStats: Story = {
args: {
currentMemory: [],
maxMemory:0,
},
}