Skip to content

Commit

Permalink
comment label
Browse files Browse the repository at this point in the history
  • Loading branch information
charlinedev committed Sep 28, 2023
1 parent a8fcec2 commit ea5a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WelcomeModal/FirstPhase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const FirstPhase = () => {
setIsLoading(false);
};

const label = <span style={{ color: 'red' }}>**</span>;
//const label = <span style={{ color: 'red' }}>**</span>;

const sendError = (error: 'village' | 'country') => async () => {
// do not ask twice
Expand Down

0 comments on commit ea5a635

Please sign in to comment.