Added button for facebook page #1787
Annotations
2 errors and 10 warnings
build (18.x):
src/pages/EventDetails/components/EventRenderer.tsx#L394
More than 1 blank line not allowed
|
build (18.x)
Process completed with exit code 1.
|
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (18.x):
src/components/inputs/Upload.tsx#L61
Unexpected any. Specify a different type
|
build (18.x):
src/components/inputs/Upload.tsx#L81
Unexpected any. Specify a different type
|
build (18.x):
src/components/inputs/Upload.tsx#L81
Unexpected any. Specify a different type
|
build (18.x):
src/pages/EventDetails/components/EventRenderer.tsx#L389
Delete `··············`
|
build (18.x):
src/pages/EventDetails/components/EventRenderer.tsx#L390
Replace `&&(registration?.has_paid_order·||·data.list_count·>=·data.limit)·&&` with `·&&·(registration?.has_paid_order·||·data.list_count·>=·data.limit)·&&·(`
|
build (18.x):
src/pages/EventDetails/components/EventRenderer.tsx#L391
Replace `··············<Link·to·=·"https://www.facebook.com/groups/598608738731749/"><Button·className='my-4·w-full'>{registration?.has_paid_order?"Selg·billetten·din·her":"Sjekk·om·noen·selger·billett·her"}</Button></Link>` with `················<Link·to='https://www.facebook.com/groups/598608738731749/'>⏎··················<Button·className='my-4·w-full'>{registration?.has_paid_order·?·'Selg·billetten·din·her'·:·'Sjekk·om·noen·selger·billett·her'}</Button>`
|
build (18.x):
src/pages/EventDetails/components/EventRenderer.tsx#L392
Replace `}⏎⏎··············⏎······` with `··</Link>⏎··············)}`
|
build (18.x):
src/pages/SignUp/index.tsx#L90
Unexpected any. Specify a different type
|