chore: update
This commit is contained in:
@@ -50,8 +50,7 @@ export const ConnectionTable = (props: Props) => {
|
|||||||
<GridActionsCellItem
|
<GridActionsCellItem
|
||||||
key={id.toString()}
|
key={id.toString()}
|
||||||
icon={<GridCloseIcon />}
|
icon={<GridCloseIcon />}
|
||||||
label="Cancel"
|
label="Close"
|
||||||
className="textPrimary"
|
|
||||||
onClick={() => closeConnections(id.toString())}
|
onClick={() => closeConnections(id.toString())}
|
||||||
color="inherit"
|
color="inherit"
|
||||||
/>,
|
/>,
|
||||||
|
|||||||
Reference in New Issue
Block a user