소스 검색

Remove debug statement

vishnukvmd 2 년 전
부모
커밋
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(