mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-28 00:48:12 +08:00
run prettier(2.0.5) (#1438)
This commit is contained in:
@@ -47,16 +47,16 @@ function InformationMenu(props) {
|
||||
}`}
|
||||
/>
|
||||
<MenuItem text="MIT License" />
|
||||
{tosURL ? <MenuItem
|
||||
href={tosURL}
|
||||
target="_blank"
|
||||
text="Terms of Service"
|
||||
/> : null }
|
||||
{privacyURL ? <MenuItem
|
||||
href={privacyURL}
|
||||
target="_blank"
|
||||
text="Privacy Policy"
|
||||
/> : null }
|
||||
{tosURL ? (
|
||||
<MenuItem href={tosURL} target="_blank" text="Terms of Service" />
|
||||
) : null}
|
||||
{privacyURL ? (
|
||||
<MenuItem
|
||||
href={privacyURL}
|
||||
target="_blank"
|
||||
text="Privacy Policy"
|
||||
/>
|
||||
) : null}
|
||||
</Menu>
|
||||
}
|
||||
position={Position.BOTTOM_RIGHT}
|
||||
@@ -65,7 +65,7 @@ function InformationMenu(props) {
|
||||
type="button"
|
||||
className="bp3-button bp3-icon-info-sign"
|
||||
style={{
|
||||
cursor: "pointer"
|
||||
cursor: "pointer",
|
||||
}}
|
||||
/>
|
||||
</Popover>
|
||||
|
||||
Reference in New Issue
Block a user