We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c1305 commit 498a88dCopy full SHA for 498a88d
1 file changed
src/provider.tsx
@@ -197,7 +197,9 @@ export const UpdateProvider = ({
197
}
198
log(`${info.name} in ${rollout}% rollout, continue`);
199
200
- info.description = info.description ?? '';
+ if (info.update) {
201
+ info.description = info.description ?? '';
202
+ }
203
updateInfoRef.current = info;
204
setUpdateInfo(info);
205
if (info.expired) {
0 commit comments