diff --git a/ts/components/CompositionArea.tsx b/ts/components/CompositionArea.tsx index 0fff2f046e..4aa1bd091e 100644 --- a/ts/components/CompositionArea.tsx +++ b/ts/components/CompositionArea.tsx @@ -53,6 +53,7 @@ export type Props = Pick< StickerButtonProps, | 'knownPacks' | 'receivedPacks' + | 'installedPack' | 'installedPacks' | 'blessedPacks' | 'recentStickers' @@ -91,6 +92,7 @@ export const CompositionArea = ({ // StickerButton knownPacks, receivedPacks, + installedPack, installedPacks, blessedPacks, recentStickers, @@ -269,6 +271,7 @@ export const CompositionArea = ({ i18n={i18n} knownPacks={knownPacks} receivedPacks={receivedPacks} + installedPack={installedPack} installedPacks={installedPacks} blessedPacks={blessedPacks} recentStickers={recentStickers} diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index 47e50df22d..9e8fa99133 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -7541,9 +7541,9 @@ "rule": "DOM-innerHTML", "path": "ts/components/CompositionArea.tsx", "line": " el.innerHTML = '';", - "lineNumber": 70, + "lineNumber": 71, "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" }, {