Skip to content

Commit

Permalink
[#242] Fix Message props
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan authored and blcham committed Nov 26, 2024
1 parent 66b1506 commit fb07a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/message/Message.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Message.propTypes = {
type: PropTypes.string.isRequired,
messageId: PropTypes.string.isRequired,
values: PropTypes.object,
message: PropTypes.string.isRequired,
message: PropTypes.string,
}).isRequired,
};

Expand Down

0 comments on commit fb07a68

Please sign in to comment.