diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-07-29 13:42:37 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-07-29 13:42:37 -0400 |
| commit | efb4f101c093467fe18e3bfa00d06d9d3cd6bce8 (patch) | |
| tree | fa7dbb76abe6440b27e01223118255ff8dbbd0f4 /src/client/views/collections/CollectionViewChromes.tsx | |
| parent | 10a5b5a99ae77d890412b3a3d25b6b85c935f25b (diff) | |
icon, datasave changes
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionViewChromes.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx index 9c751c4df..e91d31486 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -247,9 +247,13 @@ export class CollectionViewBaseChrome extends React.Component<CollectionViewChro <button className="collectonViewBaseChrome-viewSpecsMenu-lastRowButton" onClick={this.applyFilter}> APPLY FILTER </button> + </div> </div> </div> + <button className="collectionViewBaseChrome-button" > + SHOW TIMELINE + </button> </div> {this.subChrome()} </div> |
