Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhjtan committed Nov 15, 2024
1 parent 6262dcd commit bebbd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/host/app/components/operator-mode/container.gts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default class OperatorModeContainer extends Component<Signature> {
}

private get matrixUserId() {
return this.matrixService.userId;
return this.matrixService.userId || '';
}

<template>
Expand Down

0 comments on commit bebbd71

Please sign in to comment.