If it is disabled, remove the link of the profile directory (#9665)
This commit is contained in:
committed by
Eugen Rochko
parent
e74c99edf5
commit
1340460c85
@ -15,5 +15,6 @@ export const searchEnabled = getMeta('search_enabled');
|
||||
export const invitesEnabled = getMeta('invites_enabled');
|
||||
export const version = getMeta('version');
|
||||
export const mascot = getMeta('mascot');
|
||||
export const profile_directory = getMeta('profile_directory');
|
||||
|
||||
export default initialState;
|
||||
|
Reference in New Issue
Block a user