Stickers: Disable 'installed pack' tooltip
This commit is contained in:
parent
fe65fd3eaa
commit
5d1f8cada9
1 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,6 @@ import {
|
||||||
getInstalledStickerPacks,
|
getInstalledStickerPacks,
|
||||||
getKnownStickerPacks,
|
getKnownStickerPacks,
|
||||||
getReceivedStickerPacks,
|
getReceivedStickerPacks,
|
||||||
getRecentlyInstalledStickerPack,
|
|
||||||
getRecentStickers,
|
getRecentStickers,
|
||||||
} from '../selectors/stickers';
|
} from '../selectors/stickers';
|
||||||
|
|
||||||
|
@ -42,7 +41,6 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
||||||
const knownPacks = getKnownStickerPacks(state);
|
const knownPacks = getKnownStickerPacks(state);
|
||||||
|
|
||||||
const recentStickers = getRecentStickers(state);
|
const recentStickers = getRecentStickers(state);
|
||||||
const installedPack = getRecentlyInstalledStickerPack(state);
|
|
||||||
const showIntroduction = get(
|
const showIntroduction = get(
|
||||||
state.items,
|
state.items,
|
||||||
['showStickersIntroduction'],
|
['showStickersIntroduction'],
|
||||||
|
@ -63,7 +61,8 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
||||||
skinTone: get(state, ['items', 'skinTone'], 0),
|
skinTone: get(state, ['items', 'skinTone'], 0),
|
||||||
// Stickers
|
// Stickers
|
||||||
receivedPacks,
|
receivedPacks,
|
||||||
installedPack,
|
// 'Installed Pack' tooltip disabled for now
|
||||||
|
installedPack: null,
|
||||||
blessedPacks,
|
blessedPacks,
|
||||||
knownPacks,
|
knownPacks,
|
||||||
installedPacks,
|
installedPacks,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue