0
0
Fork 0

If it is disabled, remove the link of the profile directory (#9665)

This commit is contained in:
Takeshi Umeda 2018-12-31 02:57:50 +09:00 committed by Eugen Rochko
parent e74c99edf5
commit 1340460c85
3 changed files with 4 additions and 2 deletions

View file

@ -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;