Skip to content

Commit

Permalink
home [nfc]: Comment with issue number on an incorrect !
Browse files Browse the repository at this point in the history
Related: #1219
  • Loading branch information
chrisbobbe committed Dec 27, 2024
1 parent 24215f6 commit 2336485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class _LoadingPlaceholderPageState extends State<_LoadingPlaceholderPage> {
Widget build(BuildContext context) {
final zulipLocalizations = ZulipLocalizations.of(context);
final realmUrl = GlobalStoreWidget.of(context)
// TODO(#1219) `!` is incorrect
.getAccount(widget.accountId)!.realmUrl;

return Scaffold(
Expand Down

0 comments on commit 2336485

Please sign in to comment.