Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix-update: react-share dialog error
Browse files Browse the repository at this point in the history
  • Loading branch information
yaya-usman committed Mar 28, 2022
1 parent 1e060fe commit 1262a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/elements/StyledCheckbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default class StyledCheckbox extends React.PureComponent<IProps, IState>
id={this.id}
{...otherProps}
type="checkbox"
readOnly
/>
<label htmlFor={this.id}>
{ /* Using the div to center the image */ }
Expand Down

0 comments on commit 1262a9f

Please sign in to comment.