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
c3f641cb
Commit
c3f641cb
authored
Aug 11, 2021
by
Stefan Probst
Browse files
fix: display date on items to moderate screen
parent
1c3bc928
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/screens/account/ModerateItemsScreen.tsx
View file @
c3f641cb
...
...
@@ -146,13 +146,12 @@ function ContributedItem(props: ContributedItemProps) {
</
a
>
</
Link
>
</
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"
>
<
span
className
=
"text-gray-550"
>
Date:
</
span
>
<
LastUpdate
isoDate
=
{
item
.
lastInfoUpdate
}
/>
</
div
>
) : null}
*/
}
)
:
null
}
</
div
>
<
div
className
=
"flex items-center justify-between"
>
<
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