{
- {message.attachments &&
- message.attachments.length > 0 && (
- <>
-
-
- {message.attachments!.length >
- 1 ? (
-
- ) : (
-
- )}
-
- >
- )}
- {message.author_id === SYSTEM_USER_ID ? (
-
- ) : (
-
- )}
+ {message.attachments && (
+ <>
+
+ {message.attachments.length > 1 ?
+ :
+ }
+
+ >
+ )}
+ {message.author_id === SYSTEM_USER_ID ? (
+
+ ) : (
+
+ )}