mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-02 09:01:48 +00:00
Replaced at="large with greaterThanOrEqual="large"
Based on warnings in the console
This commit is contained in:
@@ -538,7 +538,7 @@ class AppComponent extends React.Component<
|
||||
colors={this.state.config.color}
|
||||
/>
|
||||
{this.state.showSidePanel ? (
|
||||
<Media at="large" className="sidePanel">
|
||||
<Media greaterThanOrEqual="large" className="sidePanel">
|
||||
<Tab panes={sidePanelTabs} />
|
||||
</Media>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user