mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix: allow invite screen to properly load while signed out
This commit is contained in:
@@ -51,7 +51,9 @@ export default observer(
|
||||
{name
|
||||
.split(" ")
|
||||
.map((x) => x[0])
|
||||
.filter((x) => typeof x !== "undefined")}
|
||||
.filter((x) => typeof x !== "undefined")
|
||||
.join("")
|
||||
.substring(0, 3)}
|
||||
</ServerText>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user