feat(mobx): start work on migrations

This commit is contained in:
Paul Makles
2021-12-20 12:01:45 +00:00
parent 89dda8fe82
commit 68578d2620
8 changed files with 105 additions and 99 deletions

View File

@@ -92,7 +92,7 @@ export function EmojiSelector({ value, setValue }: Props) {
<div
class="button"
onClick={() => setValue("mutant")}
data-active={value === "mutant"}>
data-active={!value || value === "mutant"}>
<img
loading="eager"
src={mutantSVG}