forked from abner/for-legacy-web
chore: turn emoji picker into an experiment
This commit is contained in:
@@ -658,11 +658,13 @@ export default observer(({ channel }: Props) => {
|
||||
<Box size={24} />
|
||||
</IconButton>
|
||||
</Action>*/}
|
||||
<Action>
|
||||
<IconButton onClick={() => setPicker(!picker)}>
|
||||
<HappyBeaming size={24} />
|
||||
</IconButton>
|
||||
</Action>
|
||||
{state.experiments.isEnabled("picker") && (
|
||||
<Action>
|
||||
<IconButton onClick={() => setPicker(!picker)}>
|
||||
<HappyBeaming size={24} />
|
||||
</IconButton>
|
||||
</Action>
|
||||
)}
|
||||
<Action>
|
||||
<IconButton
|
||||
className={
|
||||
|
||||
Reference in New Issue
Block a user