SyntaxFix
Write A Post
Hire A Developer
Questions
Another way, using inline style and the spread operator
style={{ ...completed ? { textDecoration: completed } : {} }}
That way be useful in some situations where you want to add a bunch of properties at the same time base on the condition.