feat: Added profile-edit-page #52
Annotations
11 warnings
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/app/page.tsx#L2
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/app/pages/my-page.tsx#L112
Do not use Array index in keys
|
lint:
src/app/pages/my-page.tsx#L127
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/app/pages/my-page.tsx#L131
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/app/pages/travel-traveler-page.tsx#L183
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/components/profile/EditProfileSection.tsx#L32
Expected to return a value at the end of arrow function
|
lint:
src/components/travel/traveler/TravelerAddDays.tsx#L20
Do not use Array index in keys
|
lint:
src/components/travel/traveler/TravelerScheduleConfirm.tsx#L25
Do not use Array index in keys
|
lint:
src/components/travel/traveler/TravelerScheduleConfirm.tsx#L45
'day' is already declared in the upper scope on line 38 column 3
|
lint:
src/components/travel/traveler/TravelerScheduleConfirm.tsx#L73
'day' is already declared in the upper scope on line 67 column 3
|