Skip to content

Commit 24d5470

Browse files
authored
fix: Address register snap compiler warnings from TiCS dashboard (#5089)
1 parent a1b20d5 commit 24d5470

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

static/js/publisher/pages/RegisterSnap/RegistrationError.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ function RegistrationError({ snapName, errorCode, isPrivate, store }: Props) {
5959
</Notification>
6060
);
6161
}
62+
63+
return null;
6264
}
6365

6466
export default RegistrationError;

0 commit comments

Comments
 (0)