pl-fe: not meant to be pushed
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -8,7 +8,7 @@ const useFeatures = (): Features => {
|
||||
useInstance();
|
||||
const features = useAppSelector(state => state.auth.client.features);
|
||||
|
||||
return { ...features, interactionRequests: true, scheduledStatuses: true };
|
||||
return features;
|
||||
};
|
||||
|
||||
export { useFeatures };
|
||||
|
||||
Reference in New Issue
Block a user