🧹 Cleaning up

This commit is contained in:
2021-10-04 11:22:58 -07:00
parent 9025085447
commit eb85ede5d8
3 changed files with 5 additions and 7 deletions

View File

@@ -215,9 +215,11 @@ export const ComicDetail = ({}: ComicDetailProps): ReactElement => {
id: 2,
icon: <i className="fas fa-file-archive"></i>,
name: "Archive Operations",
content: <div key={2}>
<DnD />
</div>,
content: (
<div key={2}>
<DnD />
</div>
),
},
{
id: 3,