fix(logs): make button's tooltip correspond to log setting (#3345)
This commit is contained in:
@@ -81,7 +81,7 @@ const LogPage = () => {
|
||||
header={
|
||||
<Box sx={{ display: "flex", alignItems: "center", gap: 2 }}>
|
||||
<IconButton
|
||||
title={t("Pause")}
|
||||
title={t(enableLog ? "Pause" : "Resume")}
|
||||
size="small"
|
||||
color="inherit"
|
||||
onClick={handleToggleLog}
|
||||
|
||||
Reference in New Issue
Block a user