Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nnn committed Oct 1, 2022
1 parent 933e61c commit 50b7d2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/LessonCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const LessonCard = props => {
defaultValue={title}
onChange={onChangeTitle}
maxLength={30}
showCount={true}
/>
</Row>
<Row>
Expand All @@ -167,7 +166,6 @@ const LessonCard = props => {
defaultValue={summary}
onChange={onChangeSummary}
maxLength={200}
showCount={true}
/>
</Row>
{!pool && (
Expand Down

0 comments on commit 50b7d2e

Please sign in to comment.