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]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<a
|
||||
href={item.url}
|
||||
key={item.name}
|
||||
|
@ -33,6 +32,5 @@ export const DashboardUtility: React.FC<any> = ({ item }: { item: any }) => {
|
|||
</dd>
|
||||
</div>
|
||||
</a>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue