We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8a9e8 commit 660fa48Copy full SHA for 660fa48
apps/sponsor/src/components/ChooseBooth/ChooseBooth.tsx
@@ -13,6 +13,7 @@ import c from './ChooseBooth.module.scss';
13
const socket = io();
14
15
interface Props {
16
+ //TODO: change to more specific type, but only if booth names will not change
17
confirmedBooth?: string | null;
18
}
19
apps/sponsor/src/pages/SpotsPage/SpotsPage.tsx
@@ -20,8 +20,6 @@ export const SpotsPage = () => {
20
const { elapsedTime, didFinish } = useCountdown(ISO.SPOTS_OPENING);
21
const queryClient = useQueryClient();
22
23
- console.log(allCompanies);
24
-
25
const renderMainContent = () => {
26
if (currentCompany.isLoading || isLoading) {
27
return (
0 commit comments