Flow installedPack property down from CompositionArea

This commit is contained in:
Scott Nonnenberg 2019-12-16 06:41:43 -08:00
parent 3b604bb13d
commit 991d7f9336
2 changed files with 5 additions and 2 deletions

View file

@ -53,6 +53,7 @@ export type Props = Pick<
StickerButtonProps, StickerButtonProps,
| 'knownPacks' | 'knownPacks'
| 'receivedPacks' | 'receivedPacks'
| 'installedPack'
| 'installedPacks' | 'installedPacks'
| 'blessedPacks' | 'blessedPacks'
| 'recentStickers' | 'recentStickers'
@ -91,6 +92,7 @@ export const CompositionArea = ({
// StickerButton // StickerButton
knownPacks, knownPacks,
receivedPacks, receivedPacks,
installedPack,
installedPacks, installedPacks,
blessedPacks, blessedPacks,
recentStickers, recentStickers,
@ -269,6 +271,7 @@ export const CompositionArea = ({
i18n={i18n} i18n={i18n}
knownPacks={knownPacks} knownPacks={knownPacks}
receivedPacks={receivedPacks} receivedPacks={receivedPacks}
installedPack={installedPack}
installedPacks={installedPacks} installedPacks={installedPacks}
blessedPacks={blessedPacks} blessedPacks={blessedPacks}
recentStickers={recentStickers} recentStickers={recentStickers}

View file

@ -7541,9 +7541,9 @@
"rule": "DOM-innerHTML", "rule": "DOM-innerHTML",
"path": "ts/components/CompositionArea.tsx", "path": "ts/components/CompositionArea.tsx",
"line": " el.innerHTML = '';", "line": " el.innerHTML = '';",
"lineNumber": 70, "lineNumber": 71,
"reasonCategory": "usageTrusted", "reasonCategory": "usageTrusted",
"updated": "2019-08-01T14:10:37.481Z", "updated": "2019-12-16T14:36:25.614ZZ",
"reasonDetail": "Our code, no user input, only clearing out the dom" "reasonDetail": "Our code, no user input, only clearing out the dom"
}, },
{ {