This commit is contained in:
yystopf 2021-10-15 15:04:16 +08:00
parent 0885b7d75d
commit 2d4f083164
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ json.setting do
if @top_system_notification.present?
json.system_notification do
json.(@top_system_notification, :id, :subject, :sub_subject, :content)
json.is_read @top_system_notification.read_member?(current_user.id)
end
else
json.system_notification nil