update feature flag
This commit is contained in:
@@ -20,8 +20,7 @@ export function useGifPickerData(
|
|||||||
{enabled = true}: {enabled?: boolean} = {},
|
{enabled = true}: {enabled?: boolean} = {},
|
||||||
) {
|
) {
|
||||||
const ax = useAnalytics()
|
const ax = useAnalytics()
|
||||||
// TODO: revert — hardcoded for local Klipy testing
|
const useKlipy = ax.features.enabled(ax.features.KlipyGifProviderEnable)
|
||||||
const useKlipy = true // ax.features.enabled(ax.features.KlipyGifProviderEnable)
|
|
||||||
const isSearching = query.length > 0
|
const isSearching = query.length > 0
|
||||||
|
|
||||||
const klipyFeatured = useKlipyFeaturedGifsQuery({
|
const klipyFeatured = useKlipyFeaturedGifsQuery({
|
||||||
|
|||||||
Reference in New Issue
Block a user