Skip to content

Commit 660fa48

Browse files
committed
Minor fixes
1 parent 7f8a9e8 commit 660fa48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/sponsor/src/components/ChooseBooth/ChooseBooth.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import c from './ChooseBooth.module.scss';
1313
const socket = io();
1414

1515
interface Props {
16+
//TODO: change to more specific type, but only if booth names will not change
1617
confirmedBooth?: string | null;
1718
}
1819

apps/sponsor/src/pages/SpotsPage/SpotsPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export const SpotsPage = () => {
2020
const { elapsedTime, didFinish } = useCountdown(ISO.SPOTS_OPENING);
2121
const queryClient = useQueryClient();
2222

23-
console.log(allCompanies);
24-
2523
const renderMainContent = () => {
2624
if (currentCompany.isLoading || isLoading) {
2725
return (

0 commit comments

Comments
 (0)