Browse Source

fix task number of a todo comment

kaori 4 years ago
parent
commit
29a8806177

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

@@ -155,7 +155,7 @@ const InAppNotificationDropdown: FC<Props> = (props: Props) => {
       <DropdownMenu right>
         <InAppNotificationContents />
         <DropdownItem divider />
-        {/* TODO: Able to show all notifications by GW-7534 */}
+        {/* TODO: Able to show all notifications by #79317 */}
         <a>See All</a>
       </DropdownMenu>
     </Dropdown>