kaori пре 4 година
родитељ
комит
e15f27809c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/app/src/components/InAppNotification/InAppNotification.tsx

+ 1 - 0
packages/app/src/components/InAppNotification/InAppNotification.tsx

@@ -12,6 +12,7 @@ export const InAppNotification = (props: Props): JSX.Element => {
 
   const { notification } = props;
 
+  // TODO get actionUsers with mongoose virtual method by #79077
   const getActionUsers = () => {
     const latestActionUsers = notification.actionUsers.slice(0, 3);
     const latestUsers = latestActionUsers.map((user) => {