14 | {reactions.map((reaction, index) => {
15 | if (!reaction.participants || reaction.participants.length === 0)
16 | return null;
17 |
18 | return (
19 |
23 | {reaction.emoji}
24 |
25 | {reaction.participants.length}
26 |
27 |
28 | );
29 | })}
30 |
31 | );
32 | }
33 |
--------------------------------------------------------------------------------
/modules/backend/src/Au5.Infrastructure/Common/AppResources.cs:
--------------------------------------------------------------------------------
1 | namespace Au5.Infrastructure.Common;
2 |
3 | ///