Friends Notification
Starting Group Create Notification...
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
color: green !important;
|
||||
}
|
||||
|
||||
.isTutor {
|
||||
.isFacilitatore {
|
||||
color: #201a80;
|
||||
}
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ export default defineComponent({
|
||||
if (elem.onlySocioResidente) menu += ' isSocioResidente'
|
||||
if (elem.onlyConsiglio) menu += ' isConsiglio'
|
||||
if (elem.onlyDepartment) menu += ' isDepartment'
|
||||
if (elem.onlyFacilitatore) menu += ' isTutor'
|
||||
if (elem.onlyFacilitatore) menu += ' isFacilitatore'
|
||||
if (elem.onlyEditor) menu += ' isEditor'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user