diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-24 16:10:19 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-24 16:10:19 -0400 |
| commit | 329565c35729f5171de9efa30f36e6b4e0714101 (patch) | |
| tree | eeb28d92569c7ff286d16a343979001ba3e91849 /src/client/views/search/IconBar.tsx | |
| parent | 56394d6631f494526546cb5cd03297b400a85e65 (diff) | |
lint fixes
Diffstat (limited to 'src/client/views/search/IconBar.tsx')
| -rw-r--r-- | src/client/views/search/IconBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/IconBar.tsx b/src/client/views/search/IconBar.tsx index 8746ac6e2..f361429f7 100644 --- a/src/client/views/search/IconBar.tsx +++ b/src/client/views/search/IconBar.tsx @@ -44,7 +44,7 @@ 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); } |
