Open icon-ramico opened 2 years ago
Thank you so much Notes taken 👍 Hopefully next time there will be no mistakes inshallah
On Thu, 23 Jun 2022, 5:04 pm icon-ramico, @.***> wrote:
- In that line of code
is useless use CSS margins instead- you didn't delete unwanted files
- booleans are never rendered to the page you should have used ?: e.g todo. completed?'Completed':'Not completed'
— Reply to this email directly, view it on GitHub https://github.com/Saja-Bassam/React-task/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWA3T4FMWIKRFHHH6YLYHZTVQRVGLANCNFSM5ZUPU7FA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
https://github.com/Saja-Bassam/React-task/blob/d3958be74658be5bfabd7077543bbd123e57ecd7/src/MyList.js#L12
Notes
<br />
is useless use CSS margins instead?:
e.gtodo. completed?'Completed':'Not completed'