Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Admin
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
mashplace
frontend
Admin
Commits
c7ac3078
Commit
c7ac3078
authored
2 years ago
by
DmitriiPetrov
Browse files
Options
Downloads
Patches
Plain Diff
MP-143 Admin - Advance rent - no data in the Agreed T&Cs field
(cherry picked from commit
bf75062c
)
parent
f7d976ce
Branches
release/v0.29
Tags
b0.29.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/entities/advanced-rent-requests/ListItem.tsx
+2
-5
2 additions, 5 deletions
src/entities/advanced-rent-requests/ListItem.tsx
with
2 additions
and
5 deletions
src/entities/advanced-rent-requests/ListItem.tsx
+
2
−
5
View file @
c7ac3078
...
...
@@ -102,11 +102,8 @@ export const ListItem: FC<Props> = ({
<
Td
colSpan
=
{
2
}
>
{
formatPrice
(
totalAmount
)
}
</
Td
>
<
Td
colSpan
=
{
2
}
>
{
formatPrice
(
feeValue
)
}
</
Td
>
<
Td
colSpan
=
{
2
}
>
{
Boolean
(
record
.
type
?.
income
?.
advance
?.
created_at
)
?
format
(
new
Date
(
record
.
type
.
income
?.
advance
?.
created_at
as
string
),
"
DD MMM yyyy
"
)
{
Boolean
(
record
.
created
)
?
format
(
new
Date
(
record
.
created
as
string
),
"
dd MMM yyyy
"
)
:
"
- - -
"
}
</
Td
>
<
Td
colSpan
=
{
2
}
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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