Skip to content

Commit

Permalink
remove span test from WaitingPage
Browse files Browse the repository at this point in the history
  • Loading branch information
murermader committed Oct 29, 2023
1 parent 8a0509a commit 6eb24de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DineDevineUI/src/pages/WaitingPage.tsx
Expand Up @@ -30,7 +30,7 @@ const WaitingPage: React.FC<RouteComponentProps> = (props, context) => {
<img alt={"two people meeting"} src={"/waiting.gif"} />
</div>
<div className={"content-container"}>
<span>Test</span>
<span></span>
</div>
</div>
</IonContent>
Expand Down

0 comments on commit 6eb24de

Please sign in to comment.