From a0a9e6b9a451322b7e0327f64ff23e7bc971555b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 17 Jun 2022 14:35:33 -0300 Subject: normalize tests --- .../anastasis-webui/src/components/picker/DurationPicker.stories.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/anastasis-webui/src/components/picker') diff --git a/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx b/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx index 56ac8f661..0339c9ec0 100644 --- a/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx +++ b/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx @@ -24,7 +24,6 @@ import { useState } from "preact/hooks"; import { DurationPicker as TestedComponent } from "./DurationPicker.js"; export default { - title: "Components/Picker/Duration", component: TestedComponent, argTypes: { onCreate: { action: "onCreate" }, -- cgit v1.2.3