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>
|
||||
),
|
||||
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 />
|
||||
</button>,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue