Skip to content

Commit

Permalink
fix on write prop is required
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Apr 8, 2022
1 parent b1e6824 commit f04c5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/Symbol/Symbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const propTypes = {
label: PropTypes.oneOfType([PropTypes.string, PropTypes.node]).isRequired,
labelpos: PropTypes.string,
type: PropTypes.string,
onWrite: PropTypes.func.isRequired,
onWrite: PropTypes.func,
intl: PropTypes.object
};

Expand Down

0 comments on commit f04c5f0

Please sign in to comment.