|
|
|
@ -245,6 +245,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
|
|
|
|
|
></FontAwesomeIcon>
|
|
|
|
|
</Text>
|
|
|
|
|
</Popover.Target>
|
|
|
|
|
<Popover.Dropdown>
|
|
|
|
|
<Group align="flex-start" spacing="xl">
|
|
|
|
|
<Stack align="flex-start" spacing="xs">
|
|
|
|
|
<Text color="green">
|
|
|
|
@ -267,6 +268,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
|
|
|
|
|
</List>
|
|
|
|
|
</Stack>
|
|
|
|
|
</Group>
|
|
|
|
|
</Popover.Dropdown>
|
|
|
|
|
</Popover>
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|