From 141d5916fd490770b16f185af4440f53e1a85311 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 15 May 2023 21:45:00 +0200 Subject: [PATCH] Fix #736 --- fastlane/metadata/en-US/release_notes.txt | 1 + fastlane/metadata/zh-Hans/release_notes.txt | 3 ++- src/components/Timeline/Notifications.tsx | 18 ++++++++++-------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index 862623d2..02cc11af 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -1 +1,2 @@ Enjoy toooting! This version includes following improvements and fixes: +- Fix poll notifications wrongly greyed out \ No newline at end of file diff --git a/fastlane/metadata/zh-Hans/release_notes.txt b/fastlane/metadata/zh-Hans/release_notes.txt index d9488dcd..2f150245 100644 --- a/fastlane/metadata/zh-Hans/release_notes.txt +++ b/fastlane/metadata/zh-Hans/release_notes.txt @@ -1 +1,2 @@ -toooting愉快!此版本包括以下改进和修复: +tooot-ing愉快!此版本包括以下改进和修复: +- 修复投票通知显示 \ No newline at end of file diff --git a/src/components/Timeline/Notifications.tsx b/src/components/Timeline/Notifications.tsx index ee1ddfe3..4ce50785 100644 --- a/src/components/Timeline/Notifications.tsx +++ b/src/components/Timeline/Notifications.tsx @@ -62,14 +62,16 @@ const TimelineNotifications: React.FC = ({ notification, queryKey }) => {