fix: proper icon
This commit is contained in:
parent
b33fa09916
commit
ced4b75df3
|
@ -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'
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue