Skip to content

Commit 5e27a47

Browse files
committed
cleanup
1 parent 498a88d commit 5e27a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export const UpdateProvider = ({
252252
client.t('alert_title'),
253253
client.t('alert_new_version_found', {
254254
name: info.name!,
255-
description: info.description,
255+
description: info.description!,
256256
}),
257257
[
258258
{ text: client.t('alert_cancel'), style: 'cancel' },

0 commit comments

Comments
 (0)