mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
links: remove stray semicolon
This commit is contained in:
parent
0f8a970ae8
commit
80cf0bef4c
@ -82,7 +82,7 @@ class LinkWindow extends Component<LinkWindowProps, {}> {
|
||||
}
|
||||
return (
|
||||
<Box ref={ref}>
|
||||
<LinkItem key={index.toString()} {...linkProps} />;
|
||||
<LinkItem key={index.toString()} {...linkProps} />
|
||||
</Box>
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user