diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-23 17:05:07 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-23 17:05:07 -0400 |
commit | 0ebcadb80a89e7fe4f8f2a8a47570b19fd2f8711 (patch) | |
tree | 2285e9d04be9f9980ebd96c32ea90b765db6e4b8 | |
parent | 3b740e1c1ac74e7aac45c136ec9df1b37e2dbc16 (diff) |
i need a breakkk
-rw-r--r-- | src/client/views/collections/CollectionViewChromes.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx index ca1480ff2..52fee26bf 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -109,7 +109,7 @@ export class CollectionStackingViewChrome extends React.Component<CollectionView return true; } - @action resetValue = () => { this._currentKey = this.sectionFilter; } + @action resetValue = () => { this._currentKey = this.sectionFilter; }; render() { return ( |