Skip to content

Commit

Permalink
Revert "Fix freeze in prior knowledge screen"
Browse files Browse the repository at this point in the history
This reverts commit 002273d.
  • Loading branch information
J535D165 committed Nov 6, 2023
1 parent 002273d commit 11c0db9
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 11c0db9

Please sign in to comment.