links: remove stray semicolon

This commit is contained in:
James Acklin 2021-05-10 18:42:07 -04:00
parent 0f8a970ae8
commit 80cf0bef4c

View File

@ -82,7 +82,7 @@ class LinkWindow extends Component<LinkWindowProps, {}> {
}
return (
<Box ref={ref}>
<LinkItem key={index.toString()} {...linkProps} />;
<LinkItem key={index.toString()} {...linkProps} />
</Box>
);
});