Skip to content

Commit d71a3f0

Browse files
committed
fix data
1 parent 0f7dd65 commit d71a3f0

File tree

1 file changed

+8
-0
lines changed
  • frontend/src/components/blocks/dynamic-content-display-section

1 file changed

+8
-0
lines changed

frontend/src/components/blocks/dynamic-content-display-section/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ DynamicContentDisplaySection.dataFetching = (client, language, block) => {
4848
}),
4949
];
5050
}
51+
case DynamicContentDisplaySectionSource.AcceptedProposals: {
52+
return [
53+
queryAcceptedProposals(client, {
54+
code: process.env.conferenceCode,
55+
language,
56+
}),
57+
];
58+
}
5159
}
5260

5361
return [];

0 commit comments

Comments
 (0)