Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
denser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
hive
denser
Merge requests
!558
Couldn't fetch the linked file.
Fix/Renderer pugins
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix/Renderer pugins
fix/renderer-plugins
into
main
Overview
0
Commits
6
Pipelines
6
Changes
6
Merged
Krzysztof Kocot
requested to merge
fix/renderer-plugins
into
main
1 month ago
Overview
0
Commits
6
Pipelines
6
Changes
1
Expand
Close
#503 (closed)
#504 (closed)
#475 (closed)
#580 (closed)
Edited
1 month ago
by
Krzysztof Kocot
0
0
Merge request reports
Compare
version 5
version 5
53d61f4f
1 month ago
version 4
472e1704
1 month ago
version 3
7009b193
1 month ago
version 2
3d062444
1 month ago
version 1
9e6ca4fd
1 month ago
main (base)
and
latest version
latest version
e99edd2c
6 commits,
1 month ago
version 5
53d61f4f
5 commits,
1 month ago
version 4
472e1704
4 commits,
1 month ago
version 3
7009b193
3 commits,
1 month ago
version 2
3d062444
2 commits,
1 month ago
version 1
9e6ca4fd
1 commit,
1 month ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
apps/wallet/pages/[param]/transfers.tsx
+
1
−
1
Options
@@ -425,7 +425,7 @@ function TransfersPage({ username }: InferGetServerSidePropsType<typeof getServe
<
ProfileLayout
>
<
div
className
=
"flex w-full flex-col items-center "
>
<
WalletMenu
username
=
{
username
}
/>
{
!!
rewardsStr
.
length
&&
(
{
!!
rewardsStr
.
length
&&
user
?.
username
===
username
&&
(
<
div
className
=
"mx-auto w-full px-2 text-sm md:px-0 md:text-base"
>
<
div
className
=
"mx-auto mt-4 flex w-full max-w-6xl flex-col items-center justify-between gap-y-2 rounded-md bg-slate-600 px-4 py-4 md:flex-row"
>
<
div
className
=
"w-full text-center md:text-left"
>
Loading