fix: format

This commit is contained in:
Nicholas Tindle
2025-02-05 16:50:51 -06:00
parent 3b89e6d2b7
commit 3ac1ce5a3f

View File

@@ -79,7 +79,6 @@ export const Default: Story = {
credits: 1500,
profile: mockProfileData,
},
},
};
@@ -135,4 +134,4 @@ export const WithInteraction: Story = {
// Wait for the popover to appear
await canvas.findByText("Edit profile");
},
};
};