Skip to content

Commit

Permalink
fix vre-panel build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Jan 6, 2025
1 parent 2246f90 commit bc8df10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vre-panel/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import getConfig from 'next/config'

import {PaasConfigProvider} from '../context/PaasConfig';

export default function App({ Component, pageProps: { session, ...pageProps }} : AppProps): JSX.Element {
export default function App({ Component, pageProps: { session, ...pageProps }} : AppProps) {

const { publicRuntimeConfig } = getConfig()
// const [interval, setInterval] = useState(0);
Expand Down

0 comments on commit bc8df10

Please sign in to comment.