mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +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 (
|
return (
|
||||||
<Box ref={ref}>
|
<Box ref={ref}>
|
||||||
<LinkItem key={index.toString()} {...linkProps} />;
|
<LinkItem key={index.toString()} {...linkProps} />
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user