fix: proper icon

report-text
Nolan Lawson 2022-12-11 12:21:41 -08:00
rodzic b33fa09916
commit ced4b75df3
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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'
},