🚩 Remove feature flag

This commit is contained in:
Luke Vella 2024-10-05 21:14:53 +01:00
parent eb3238667a
commit b2ad535d19
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 0 additions and 11 deletions

View file

@ -1,5 +0,0 @@
import { useFeatureFlagEnabled } from "posthog-js/react";
export function useAvatarsEnabled() {
return useFeatureFlagEnabled("avatars");
}