chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -146,13 +146,12 @@ class SettingsSidebar extends React.Component<Props> {
|
||||
/>
|
||||
</Section>
|
||||
)}
|
||||
{can.update &&
|
||||
env.DEPLOYMENT !== "hosted" && (
|
||||
<Section>
|
||||
<Header>Installation</Header>
|
||||
<Version />
|
||||
</Section>
|
||||
)}
|
||||
{can.update && env.DEPLOYMENT !== "hosted" && (
|
||||
<Section>
|
||||
<Header>Installation</Header>
|
||||
<Version />
|
||||
</Section>
|
||||
)}
|
||||
</Scrollable>
|
||||
</Flex>
|
||||
</Sidebar>
|
||||
|
Reference in New Issue
Block a user