Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UniSport_frontEnd
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
swp-unisport
team-nodejs
UniSport_frontEnd
Commits
94992c79
Commit
94992c79
authored
3 years ago
by
philippkb
Committed by
lokmeinmatz
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
prettier
parent
1f0abce3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/admin/sports/SportartenTable.tsx
+5
-1
5 additions, 1 deletion
src/components/admin/sports/SportartenTable.tsx
with
5 additions
and
1 deletion
src/components/admin/sports/SportartenTable.tsx
+
5
−
1
View file @
94992c79
...
@@ -55,7 +55,11 @@ const CustomTableRow: React.FC<CustomTableRowProps> = ({
...
@@ -55,7 +55,11 @@ const CustomTableRow: React.FC<CustomTableRowProps> = ({
})
}
})
}
<
TableCell
/>
<
TableCell
/>
<
TableCell
>
<
TableCell
>
<
a
href
=
{
"
https://
"
+
sport
.
url
}
target
=
"_blank"
rel
=
"noreferrer"
>
<
a
href
=
{
'
https://
'
+
sport
.
url
}
target
=
"_blank"
rel
=
"noreferrer"
>
{
sport
.
url
}
{
sport
.
url
}
</
a
>
</
a
>
</
TableCell
>
</
TableCell
>
...
...
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