mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
parent
6f5663bcd3
commit
261de5d994
@ -64,6 +64,7 @@ export default class RemoteContent extends PureComponent<RemoteContentProps, Rem
|
||||
.then((result) => {
|
||||
this.setState({ embed: result });
|
||||
}).catch((error) => {
|
||||
if (error.name === 'AbortError') return;
|
||||
this.setState({ embed: 'error' });
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user