remove empty fragment
This commit is contained in:
parent
79103c21ff
commit
c0b8251422
1 changed files with 18 additions and 20 deletions
|
@ -14,7 +14,6 @@ export const DashboardUtility: React.FC<any> = ({ item }: { item: any }) => {
|
||||||
}, [item.markdownSrc]);
|
}, [item.markdownSrc]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
|
||||||
<a
|
<a
|
||||||
href={item.url}
|
href={item.url}
|
||||||
key={item.name}
|
key={item.name}
|
||||||
|
@ -33,6 +32,5 @@ export const DashboardUtility: React.FC<any> = ({ item }: { item: any }) => {
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue