Skip to content

Commit

Permalink
Removed redundant span
Browse files Browse the repository at this point in the history
  • Loading branch information
tig-github committed Dec 23, 2023
1 parent 3c6955f commit a789806
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@ class LoadSaveButtonBase extends PureComponent<LoadSaveButtonBaseProps, LoadSave
<DialogContentText>
Enter your unique user ID here to {this.props.actionName.toLowerCase()} your schedule.
</DialogContentText>
<DialogContentText>
<span style={{ color: 'red' }}>
Make sure the user ID is unique and secret, or someone else can overwrite your schedule.
</span>
<DialogContentText style={{ color: 'red' }}>
Make sure the user ID is unique and secret, or someone else can overwrite your schedule.
</DialogContentText>
<TextField
// eslint-disable-next-line jsx-a11y/no-autofocus
Expand Down

0 comments on commit a789806

Please sign in to comment.