Skip to content

Commit 4a45fe5

Browse files
committed
Fix comment
1 parent 60de977 commit 4a45fe5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
class DefaultData {
2-
// default list of five reactions to be displayed from emojis and a plus icon at the end
3-
// the plus icon will be used to add more reactions
2+
// / Default list of reactions to be displayed from emojis
43
static const List<String> reactions = ['👍', '❤️', '😂', '😮', '😢', '😠'];
54
}

0 commit comments

Comments
 (0)