diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-07-29 17:34:44 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-07-29 17:34:44 -0400 |
| commit | d2e9f14340181ef3ab9698a868df72c5170ffb64 (patch) | |
| tree | 97dcfc465b79a39f530f82bbcde2d953492f4ceb /src/client/views/collections/CollectionViewChromes.tsx | |
| parent | efb4f101c093467fe18e3bfa00d06d9d3cd6bce8 (diff) | |
testing interpolation types
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionViewChromes.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx index e91d31486..79b6b35ac 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -251,9 +251,9 @@ export class CollectionViewBaseChrome extends React.Component<CollectionViewChro </div> </div> </div> - <button className="collectionViewBaseChrome-button" > + {/* <button className="collectionViewBaseChrome-button" > SHOW TIMELINE - </button> + </button> */} </div> {this.subChrome()} </div> |
