From eebb2eba9320753ce6886897e4c4508a12dbd70a Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 24 Nov 2023 14:07:24 +0100 Subject: [PATCH] fix: ShipAttribute storybook uses invalid attribute-name (#19) The name changed a while ago from cpuUsage to cpuUsed. --- src/ShipAttribute/ShipAttribute.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShipAttribute/ShipAttribute.stories.tsx b/src/ShipAttribute/ShipAttribute.stories.tsx index f27e3c3..03b5261 100644 --- a/src/ShipAttribute/ShipAttribute.stories.tsx +++ b/src/ShipAttribute/ShipAttribute.stories.tsx @@ -31,7 +31,7 @@ const withShipSnapshotProvider: Decorator<{name: string}> = (Story, context) => export const Default: Story = { args: { - name: "cpuUsage", + name: "cpuUsed", }, decorators: [withShipSnapshotProvider], parameters: {