frontend/routes.tsx
Function render
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const OuterWrapper = ({ children }: { children: React.ReactNode }) =>
globalConfig.ROLLBAR_CLIENT_TOKEN
? <RollbarProvider config={{
accessToken: globalConfig.ROLLBAR_CLIENT_TOKEN,