Skip to content

Commit 498a88d

Browse files
committed
cleanup
1 parent 68c1305 commit 498a88d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/provider.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ export const UpdateProvider = ({
197197
}
198198
log(`${info.name} in ${rollout}% rollout, continue`);
199199
}
200-
info.description = info.description ?? '';
200+
if (info.update) {
201+
info.description = info.description ?? '';
202+
}
201203
updateInfoRef.current = info;
202204
setUpdateInfo(info);
203205
if (info.expired) {

0 commit comments

Comments
 (0)