Skip to content

Commit

Permalink
Fix freeze in prior knowledge screen
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Nov 6, 2023
1 parent 70b717c commit 002273d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const RecordCard = (props) => {
{props.recordNote.shrink && (
<CardActions className={classes.note}>
<Button
className={"fontSize" + props.fontSize.label}
className={"fontSize" + props.fontSize?.label}
disabled={props.disableButton()}
size="small"
onClick={expandNoteSheet}
Expand Down

0 comments on commit 002273d

Please sign in to comment.