mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(eslint): Fixed eslint issue
This commit is contained in:
@@ -13,18 +13,18 @@ class DemoComponent extends React.Component {
|
||||
render () {
|
||||
return (
|
||||
<Content
|
||||
title="Demo Component"
|
||||
subTitle="Getting started with adminlte-2-react"
|
||||
browserTitle="Demo Component"
|
||||
title='Demo Component'
|
||||
subTitle='Getting started with adminlte-2-react'
|
||||
browserTitle='Demo Component'
|
||||
>
|
||||
<Row>
|
||||
<Col xs={12}>
|
||||
<Box
|
||||
title="A Box"
|
||||
type="primary"
|
||||
title='A Box'
|
||||
type='primary'
|
||||
closable
|
||||
collapsable
|
||||
footer={<Button type="danger" text="Danger Button" />}
|
||||
footer={<Button type='danger' text='Danger Button' />}
|
||||
>
|
||||
This is the View portion of the Demo Component. This view is
|
||||
controlled by the src/demo-component/index.js file.
|
||||
|
||||
@@ -16,7 +16,7 @@ const MenuComponents = [
|
||||
{
|
||||
key: 'Demo Component',
|
||||
component: <DemoComponent />,
|
||||
menuItem: <Item icon="fas-cog" key="Demo Component" text="Demo Component" />
|
||||
menuItem: <Item icon='fas-cog' key='Demo Component' text='Demo Component' />
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user