Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Oct 29, 2023
1 parent fcef837 commit d519346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/containers/layout/GlobalLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import {
BodyWrapper,
ContentWrapper,
} from './styles'
import { useInit, loadDemoSetting } from './logic'
import { useInit } from './logic'

let DashboardAlert = null

Expand Down
2 changes: 1 addition & 1 deletion src/containers/layout/GlobalLayout/logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const getGlowPosition = (metric: TMetric, glowFixed: boolean): TGlowPosit
}

export const clearDemoSetting = () => store.clearLocalSettings()
export const loadDemoSetting = () => store.loadDemoSetting()
// export const loadDemoSetting = () => store.loadDemoSetting()

// cloning children with new props
// see detail: https://stackoverflow.com/questions/32370994/how-to-pass-props-to-this-props-children
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from 'styled-components'

import Input from '@/widgets/Input'

import css, { theme } from '@/css'
import { theme } from '@/css'

export const Wrapper = styled.div`
margin-right: 5px;
Expand Down

0 comments on commit d519346

Please sign in to comment.