diff --git a/src/redux/reducers/experiments.ts b/src/redux/reducers/experiments.ts index f220013b..39ee5c1a 100644 --- a/src/redux/reducers/experiments.ts +++ b/src/redux/reducers/experiments.ts @@ -1,5 +1,5 @@ export type Experiments = "search"; -export const AVAILABLE_EXPERIMENTS: Experiments[] = ['search']; +export const AVAILABLE_EXPERIMENTS: Experiments[] = ["search"]; export const EXPERIMENTS: { [key in Experiments]: { title: string; description: string }; } = {