update feature flag

This commit is contained in:
vineyardbovines
2026-04-20 12:25:24 -04:00
parent 10157fc134
commit fbe29dbaeb
@@ -20,8 +20,7 @@ export function useGifPickerData(
{enabled = true}: {enabled?: boolean} = {},
) {
const ax = useAnalytics()
// TODO: revert — hardcoded for local Klipy testing
const useKlipy = true // ax.features.enabled(ax.features.KlipyGifProviderEnable)
const useKlipy = ax.features.enabled(ax.features.KlipyGifProviderEnable)
const isSearching = query.length > 0
const klipyFeatured = useKlipyFeaturedGifsQuery({