mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 01:48:12 +08:00
tos prompt (#1313)
* tos toast * finish ToS prompt Co-authored-by: Colin Megill <colinmegill@gmail.com>
This commit is contained in:
co-authored by
Colin Megill
parent
8fac40b6ae
commit
c8f98917c5
@@ -10,6 +10,7 @@ import Legend from "./continuousLegend";
|
||||
import Graph from "./graph/graph";
|
||||
import MenuBar from "./menubar";
|
||||
import Autosave from "./autosave";
|
||||
import TermsOfServicePrompt from "./termsPrompt";
|
||||
|
||||
import actions from "../actions";
|
||||
|
||||
@@ -93,6 +94,7 @@ class App extends React.Component {
|
||||
{loading ? null : <MenuBar />}
|
||||
{loading ? null : <Graph key={graphRenderCounter} />}
|
||||
{loading ? null : <Autosave />}
|
||||
{loading ? null : <TermsOfServicePrompt />}
|
||||
<Legend />
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user