Skip to content

Commit

Permalink
fixes issue with updated older widgets and updated to new
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansrofe committed May 13, 2024
1 parent 05cae16 commit 6701bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget-src/components/log/LogDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const ChangeLogDisplay = ({
key: changeLog.state?.updates?.link?.key ? changeLog.state?.updates?.link?.key : '',
},
type: changeLog.state?.updates?.type ? changeLog.state?.updates?.type : changeLog.type,
change: changeLog.state?.updates?.change ? changeLog.state?.updates?.change : '',
change: changeLog.state?.updates?.change ? changeLog.state?.updates?.change : changeLog.change,
linkFormError: {
label: changeLog.state?.updates?.linkFormError?.label
? changeLog.state?.updates?.linkFormError?.label
Expand Down

0 comments on commit 6701bf8

Please sign in to comment.