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 9e742f5 commit 39e4cf4Copy full SHA for 39e4cf4
governance/xc_admin/packages/xc_admin_frontend/components/programs/PythCore.tsx
@@ -60,8 +60,7 @@ const PythCore = ({ proposerServerUrl }: PythCoreProps) => {
60
61
useEffect(() => {
62
if (!dataIsLoading && rawConfig) {
63
- const downloadableConfig =
64
- getDownloadableConfig[ProgramType.PYTH_CORE](rawConfig)
+ const downloadableConfig = getDownloadableConfig(rawConfig)
65
setData(downloadableConfig)
66
}
67
}, [rawConfig, dataIsLoading, cluster])
0 commit comments