Przeglądaj źródła

added a todo comment

kaori 4 lat temu
rodzic
commit
e15f27809c

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

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