Skip to content

Commit

Permalink
solution 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPopovych committed Oct 23, 2023
1 parent 528e821 commit a31d1dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ export const App = () => {
</select>
</label>

{selectError && (<span className="error">Please choose a user</span>)}
{selectError
&& (<span className="error">Please choose a user</span>)}
</div>

<button type="submit" data-cy="submitButton">
Expand Down

0 comments on commit a31d1dc

Please sign in to comment.