stickers: separated stickers and stickers_select modes

This commit is contained in:
muerwre 2018-12-12 11:45:31 +07:00
parent dde58461b7
commit e53ef85ae9
5 changed files with 10 additions and 22 deletions

View file

@ -37,7 +37,7 @@ type Props = {
const DIALOG_CONTENTS = {
[MODES.ROUTER]: RouterDialog,
[MODES.STICKERS]: StickersDialog,
[MODES.STICKERS_SELECT]: StickersDialog,
[MODES.TRASH]: TrashDialog,
[MODES.LOGO]: LogoDialog,
[MODES.SAVE]: SaveDialog,