prettier config
This commit is contained in:
@ -12,7 +12,7 @@ const ArchiveTasksItem = ({ task, index }) => {
|
||||
<p
|
||||
className="date"
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: task.description,
|
||||
__html: task.description
|
||||
}}
|
||||
/>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user