Address comments

This commit is contained in:
ajnart
2023-01-06 12:23:54 +09:00
parent 94e36f3e0f
commit cb9ee81aa2
4 changed files with 3 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ interface smallAppItem {
export default function SmallAppItem(props: any) {
const { app }: { app: smallAppItem } = props;
// TODO : Use Next/link
return (
<Group>
{app.icon && <Avatar src={app.icon} />}