({
month: (new Date().getMonth() + 1) as Month,
year: new Date().getFullYear(),
@@ -30,6 +33,11 @@ export default function HomePage() {
/>
{JSON.stringify(selectedCompany, null, 2)}
+ setSelectedJobTitle(option)}
+ />
+ {JSON.stringify(selectedJobTitle, null, 2)}
+