Add content and styling #1
Annotations
1 error and 5 warnings
CI
Process completed with exit code 1.
|
CI:
app/components/Navbar.tsx#L52
Use template literals including a prefixes for the values of key props (eg. <div key={`user-${user.id}`}> instead of <div key={user.id}>)
|
CI:
app/components/Navbar.tsx#L59
Use template literals including a prefixes for the values of key props (eg. <div key={`user-${user.id}`}> instead of <div key={user.id}>)
|
CI:
app/components/ServiceCard.tsx#L33
Unnecessary conditional, value is always truthy
|
CI:
app/components/ServiceCard.tsx#L36
Use template literals including a prefixes for the values of key props (eg. <div key={`user-${user.id}`}> instead of <div key={user.id}>)
|
CI:
app/components/ServiceCard.tsx#L45
Use template literals including a prefixes for the values of key props (eg. <div key={`user-${user.id}`}> instead of <div key={user.id}>)
|