1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Prevent lint warning in ActionableMessage (#17598)

This commit is contained in:
David Walsh 2023-02-06 08:30:02 -06:00 committed by GitHub
parent 0349c6ba16
commit 4b8aebbd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ export default function ActionableMessage({
clearTimeout(timeout);
};
},
[autoHideTime],
[autoHideTime, onAutoHide],
);
const actionableMessageClassName = classnames(