mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 07:03:06 -04:00
avoid showing ugly red error cards to users
This commit is contained in:
parent
e7076f5aee
commit
fae15dbdfe
11 changed files with 20 additions and 18 deletions
|
@ -99,7 +99,7 @@ export default definePlugin({
|
|||
src={`${location.protocol}//${window.GLOBAL_ENV.CDN_HOST}/role-icons/${roleId}/${role.icon}.webp?size=24&quality=lossless`}
|
||||
/>
|
||||
);
|
||||
}),
|
||||
}, { noop: true }),
|
||||
});
|
||||
|
||||
function getUsernameString(username: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue