fix(shared): Remove unused variable, per lint
This commit is contained in:
parent
49c05bd419
commit
91137f5fa6
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ const StoreLogs = ({ logs, units }) => (
|
||||||
)
|
)
|
||||||
|
|
||||||
const Logs = (props) => {
|
const Logs = (props) => {
|
||||||
const renderProps = props.draft.getRenderProps()
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Tabs
|
<Tabs
|
||||||
tabs={[
|
tabs={[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue