浏览代码

Remove debug statement

vishnukvmd 1 年之前
父节点
当前提交
0ed1b15977
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ui/code_widget.dart

+ 1 - 1
lib/ui/code_widget.dart

@@ -174,7 +174,7 @@ class _CodeWidgetState extends State<CodeWidget> {
                             Row(
                               mainAxisAlignment: MainAxisAlignment.end,
                               children: [
-                                widget.code.hasSynced == null &&
+                                widget.code.hasSynced != null &&
                                         widget.code.hasSynced!
                                     ? Container()
                                     : const Icon(