fix: qa fixes

This commit is contained in:
Deven Joshi
2020-10-29 15:18:45 +05:30
parent cce0f995f8
commit 76f5b0a060
+1 -1
View File
@@ -514,7 +514,7 @@ class MessageInputState extends State<MessageInput> {
...commands
.map(
(c) => ListTile(
leading: c.name == 'giphy' ? CircleAvatar(
leading: c.name == '/giphy' ? CircleAvatar(
backgroundColor: Colors.black,
child: Image.asset('images/giphy_icon.png'),
maxRadius: 12.0,