Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
43239836
Commit
43239836
authored
Jul 23, 2021
by
Stefan Probst
Browse files
fix: add last updated date to contributed items screen
parent
47904e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/screens/account/ContributedItemsScreen.tsx
View file @
43239836
...
@@ -152,13 +152,12 @@ function ContributedItem(props: ContributedItemProps) {
...
@@ -152,13 +152,12 @@ function ContributedItem(props: ContributedItemProps) {
</
a
>
</
a
>
</
Link
>
</
Link
>
</
h2
>
</
h2
>
{
/* FIXME: Needs https://gitlab.gwdg.de/sshoc/sshoc-marketplace-backend/-/issues/93 */
}
{
item
.
lastInfoUpdate
!=
null
?
(
{
/* {item.lastInfoUpdate != null ? (
<
div
className
=
"space-x-1.5"
>
<
div
className
=
"space-x-1.5"
>
<
span
className
=
"text-gray-550"
>
Date:
</
span
>
<
span
className
=
"text-gray-550"
>
Date:
</
span
>
<
LastUpdate
isoDate
=
{
item
.
lastInfoUpdate
}
/>
<
LastUpdate
isoDate
=
{
item
.
lastInfoUpdate
}
/>
</
div
>
</
div
>
) : null}
*/
}
)
:
null
}
</
div
>
</
div
>
<
div
className
=
"flex items-center justify-between"
>
<
div
className
=
"flex items-center justify-between"
>
<
div
className
=
"flex space-x-4"
>
<
div
className
=
"flex space-x-4"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment