Apply review suggestions

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Bill Thornton
2025-07-11 15:04:25 -04:00
committed by GitHub
parent 1c48ede63e
commit e05b37d669
3 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@ const AlertsLogWidget = () => {
hasUserId: false
});
if (isPending || alerts?.Items?.length == 0) return null;
if (isPending || alerts?.Items?.length === 0) return null;
return (
<Widget