From b18fcc9fe9fb89622ffb92f2dd170350a904946d Mon Sep 17 00:00:00 2001 From: annie Date: Thu, 11 Nov 2021 10:05:56 +0800 Subject: [PATCH] [flutter]: solve conflicts --- .../presentation/widgets/float_bubble/question_bubble.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart b/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart index 08bd697812..b9e66558fc 100644 --- a/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart +++ b/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart @@ -36,7 +36,6 @@ class QuestionBubble extends StatelessWidget { _launchURL("https://www.appflowy.io/whatsnew"); break; case BubbleAction.help: - // TODO: annie replace the URL with real ones _launchURL("https://discord.gg/9Q2xaN37tV"); break; }