[CORL-625] Create link details in the moderation card details tabs (#2721)

* Create link details in the moderation card details tabs

CORL-625

* Use getURLWithCommentID and getLocationOrigin to generate URLs

CORL-625
This commit is contained in:
Nick Funk
2019-11-22 23:50:52 +00:00
committed by Wyatt Johnson
parent bf89fc2b3e
commit f1cdcb149b
5 changed files with 123 additions and 5 deletions
+3
View File
@@ -449,6 +449,7 @@ export const stories = createFixtures<GQLStory>([
isClosed: false,
status: GQLSTORY_STATUS.OPEN,
createdAt: "2018-11-29T16:01:51.897Z",
url: "",
metadata: {
author: "Vin Hoa",
title: "Finally a Cure for Cancer",
@@ -461,6 +462,7 @@ export const stories = createFixtures<GQLStory>([
isClosed: false,
status: GQLSTORY_STATUS.OPEN,
createdAt: "2018-11-29T16:01:51.897Z",
url: "",
metadata: {
author: "Linh Nguyen",
title: "First Colony on Mars",
@@ -473,6 +475,7 @@ export const stories = createFixtures<GQLStory>([
createdAt: "2018-11-29T16:01:51.897Z",
isClosed: true,
status: GQLSTORY_STATUS.CLOSED,
url: "",
metadata: {
author: undefined,
title: "World hunger has been defeated",