Browse Source

Remove debug statement

vishnukvmd 1 year ago
parent
commit
0ed1b15977
1 changed files with 1 additions and 1 deletions
  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(
                             Row(
                               mainAxisAlignment: MainAxisAlignment.end,
                               mainAxisAlignment: MainAxisAlignment.end,
                               children: [
                               children: [
-                                widget.code.hasSynced == null &&
+                                widget.code.hasSynced != null &&
                                         widget.code.hasSynced!
                                         widget.code.hasSynced!
                                     ? Container()
                                     ? Container()
                                     : const Icon(
                                     : const Icon(