mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-28 17:50:01 +01:00
[Glitch] Add error notice when bundle load fails
Port 6e103636f2 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -69,6 +69,7 @@ class Bundle extends PureComponent {
|
||||
this.setState({ mod: mod.default });
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Bundle fetching error:', error);
|
||||
this.setState({ mod: null });
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user