bug fix + improvements + bundled up the app
This commit is contained in:
@@ -100,7 +100,12 @@ export default function LinkGrid({ link, count, className }: Props) {
|
||||
) : undefined}
|
||||
</div>
|
||||
|
||||
<LinkActions link={link} collection={collection} />
|
||||
<LinkActions
|
||||
toggleShowInfo={() => {}}
|
||||
linkInfo={false}
|
||||
link={link}
|
||||
collection={collection}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user