update feature flag
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user