Skip to content

Commit

Permalink
Fix freeze in prior knowledge screen attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Nov 6, 2023
1 parent 11c0db9 commit 0f5d7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asreview/webapp/src/StyledComponents/StyledAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function ExplorationModeRecordAlert(props) {
return (
<Alert
severity="info"
className={"fontSize" + props.fontSize.label}
className={"fontSize" + props.fontSize?.label}
sx={{ borderBottomRightRadius: 0, borderBottomLeftRadius: 0 }}
>
Labeled as{" "}
Expand Down

0 comments on commit 0f5d7a0

Please sign in to comment.