Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 6191fe2

Browse files
committed
fix: review change
1 parent 101c903 commit 6191fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/dashboard/components/ApiTokenTable/table.token.cell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const ApiTokenCell = ({ cell }: React.PropsWithChildren<CellProps<TTokenType, st
1111

1212
useEffect(() => {
1313
setIsHidingToken(true);
14-
}, [cell.value]);
14+
}, [token]);
1515

1616
const HiddenToken = () => {
1717
const TOKEN_LENGTH = 14;

0 commit comments

Comments
 (0)