Explorar o código

added a todo comment

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
e15f27809c

+ 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) => {