forked from abner/for-legacy-web
chore: deprecate RevoltClient context
This commit is contained in:
@@ -270,6 +270,6 @@ export default class Session {
|
||||
* @returns Boolean
|
||||
*/
|
||||
@computed get ready() {
|
||||
return this.client?.user;
|
||||
return !!this.client?.user;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user