aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/ToggleBar.tsx
diff options
context:
space:
mode:
authormadelinegr <monika_hedman@brown.edu>2019-06-18 16:38:00 -0400
committermadelinegr <monika_hedman@brown.edu>2019-06-18 16:38:00 -0400
commit56f455334cc41efd3d75ddb1b595caa78c5510bc (patch)
treede7bfdaf7bf434ef964871f2f528894108df559e /src/client/views/search/ToggleBar.tsx
parente044f9cd566729a6316c956f34000a164cbc6650 (diff)
about to make a big change to togglebar
Diffstat (limited to 'src/client/views/search/ToggleBar.tsx')
-rw-r--r--src/client/views/search/ToggleBar.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/search/ToggleBar.tsx b/src/client/views/search/ToggleBar.tsx
index a3be6f9b8..b12ef4429 100644
--- a/src/client/views/search/ToggleBar.tsx
+++ b/src/client/views/search/ToggleBar.tsx
@@ -7,8 +7,6 @@ import * as anime from 'animejs';
import { SearchBox } from './SearchBox';
export interface ToggleBarProps {
- //false = right, true = left
- // changeStatus(): void;
originalStatus: boolean;
optionOne: string;
optionTwo: string;