Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SMU-GDMU-CHINA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
SMU-GDMU-CHINA
Commits
a441e65d
Commit
a441e65d
authored
6 months ago
by
Xingan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
quick fix
parent
f13c9b3e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#415259
passed
6 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/containers/App/App.tsx
+1
-1
1 addition, 1 deletion
src/containers/App/App.tsx
with
1 addition
and
1 deletion
src/containers/App/App.tsx
+
1
−
1
View file @
a441e65d
...
...
@@ -29,7 +29,7 @@ const App = () => {
{
/* Header and PageContent */
}
<
Routes
>
{
Object
.
entries
(
pathMapping
).
map
(
([
path
,
{
title
,
lead
,
component
:
Component
}])
=>
(
([
path
,
{
component
:
Component
}])
=>
(
<
Route
key
=
{
path
}
path
=
{
path
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment