aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/components/picker
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-17 14:35:33 -0300
committerSebastian <sebasjm@gmail.com>2022-06-17 14:35:33 -0300
commita0a9e6b9a451322b7e0327f64ff23e7bc971555b (patch)
tree5703633943e6146c2ef92cd3ff6d443d07163b20 /packages/anastasis-webui/src/components/picker
parent6d06b52605005f4d25381fc73383c3c9e48f20f8 (diff)
downloadwallet-core-a0a9e6b9a451322b7e0327f64ff23e7bc971555b.tar.xz
normalize tests
Diffstat (limited to 'packages/anastasis-webui/src/components/picker')
-rw-r--r--packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx1
1 files changed, 0 insertions, 1 deletions
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" },