chore(shared): Linter warnings
This commit is contained in:
parent
2a1ccae7c2
commit
159d4e4066
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export const pathInfo = ({ id, pathName, stackName, path, inspector, t }) => {
|
||||||
</span>
|
</span>
|
||||||
),
|
),
|
||||||
buttons: [
|
buttons: [
|
||||||
<button key={1} className="btn btn-error" onClick={(evt) => inspector.hide(id)}>
|
<button key={1} className="btn btn-error" onClick={() => inspector.hide(id)}>
|
||||||
<TrashIcon />
|
<TrashIcon />
|
||||||
</button>,
|
</button>,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue