diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-24 16:07:38 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-24 16:07:38 -0400 |
| commit | 56394d6631f494526546cb5cd03297b400a85e65 (patch) | |
| tree | 406506e35e9c8bb4c4a5b838ad82e5ed154894e9 /src/client/views/search/IconBar.tsx | |
| parent | cfb2e001ab6df21558fb5d7f9c18e47c7b6c21bb (diff) | |
clean ups
Diffstat (limited to 'src/client/views/search/IconBar.tsx')
| -rw-r--r-- | src/client/views/search/IconBar.tsx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/client/views/search/IconBar.tsx b/src/client/views/search/IconBar.tsx index ea8c626ca..8746ac6e2 100644 --- a/src/client/views/search/IconBar.tsx +++ b/src/client/views/search/IconBar.tsx @@ -44,14 +44,10 @@ export class IconBar extends React.Component { } @action.bound - getList = (): string[] => { - return SearchBox.Instance.getIcons(); - } + getList = (): string[] => { return SearchBox.Instance.getIcons(); } @action.bound - updateList(newList: string[]) { - SearchBox.Instance.updateIcon(newList); - } + updateList(newList: string[]) { SearchBox.Instance.updateIcon(newList); } @action.bound resetSelf = () => { |
