Skip to content

Commit 2336485

Browse files
committed
home [nfc]: Comment with issue number on an incorrect !
Related: zulip#1219
1 parent 24215f6 commit 2336485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/home.dart

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ class _LoadingPlaceholderPageState extends State<_LoadingPlaceholderPage> {
181181
Widget build(BuildContext context) {
182182
final zulipLocalizations = ZulipLocalizations.of(context);
183183
final realmUrl = GlobalStoreWidget.of(context)
184+
// TODO(#1219) `!` is incorrect
184185
.getAccount(widget.accountId)!.realmUrl;
185186

186187
return Scaffold(

0 commit comments

Comments
 (0)