fix: proper icon

This commit is contained in:
Nolan Lawson 2022-12-11 12:21:41 -08:00
parent b33fa09916
commit ced4b75df3
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@
return '#fa-pencil'
} else if (notificationType === 'follow_request') {
return '#fa-hourglass'
} else if (notificationType === 'admin.report') {
return '#fa-flag'
}
return '#fa-star'
},