mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
interface: links should render even when a link is not deleted
This commit is contained in:
parent
ef42544343
commit
4aba08d8fd
@ -27,7 +27,7 @@ export const LinkItem = React.forwardRef((props: LinkItemProps, ref): ReactEleme
|
||||
...rest
|
||||
} = props;
|
||||
|
||||
if (typeof node.post === 'string' || !note.post) {
|
||||
if (typeof node.post === 'string' || !node.post) {
|
||||
return <Redirect to="/~404" />;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user