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