Skip to content

Commit

Permalink
fix(route): route maybe undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Apr 3, 2024
1 parent 489a1c7 commit d2e12d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const routes = [
path: '/ai-agent-assessment/report',
component: '@/pages/AiAgentAssessmentReport',
},
],
].filter(Boolean),
},
].filter(Boolean);

Expand Down

0 comments on commit d2e12d7

Please sign in to comment.