Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 27, 2024
1 parent b5afa85 commit a185218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/packages/app/src/AppRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const AppRoutes = () => {

// If the apps have not been loaded yet, we do not render any of the app related routes - the additional streamlit
// apps need to be retrieved from the MLP API v2/applications endpoint first before we generate each route for them.
// Once those apps are loaded, AppRoutes will be re-rendered,
return isLoaded && (
<Routes>
{/* LANDING */}
Expand Down

0 comments on commit a185218

Please sign in to comment.