fix: temporarily hack in mention to profile flow

This commit is contained in:
Paul Makles
2022-06-18 15:06:24 +01:00
parent 6755217ad2
commit f685352963
2 changed files with 5 additions and 2 deletions

View File

@@ -128,8 +128,11 @@ interface Props {
children: Children;
}
export let __thisIsAHack;
export default function Intermediate(props: Props) {
const [screen, openScreen] = useState<Screen>({ id: "none" });
__thisIsAHack = openScreen;
const settings = useApplicationState().settings;
const history = useHistory();