pl-fe: why did i ever push this
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -8,6 +8,6 @@ import { useAppSelector } from './use-app-selector';
|
||||
(window as any).plapi = plapi;
|
||||
|
||||
/** Get features for the current instance. */
|
||||
const useFeatures = (): Features => ({ ...useAppSelector(state => state.auth.client.features), emojiReacts: true, emojiReactsList: true });
|
||||
const useFeatures = (): Features => useAppSelector(state => state.auth.client.features);
|
||||
|
||||
export { useFeatures };
|
||||
|
||||
Reference in New Issue
Block a user