Skip to content

Commit

Permalink
review I
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Mar 31, 2020
1 parent dc847a9 commit 0d886ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const getCasesColumns = (
size="s"
/>
<Spacer data-test-subj="case-table-column-createdBy">
{createdBy.fullName ?? createdBy.username ?? 'N/A'}
{createdBy.fullName ?? createdBy.username ?? ''}
</Spacer>
</>
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"description": "This looks not so good",
"title": "Bad meanie defacing data",
"status": "open",
"tags": [
"defacement"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"description": "I hope there are some good security engineers at this company...",
"title": "Another bad dude",
"status": "open",
"tags": [
"phishing"
]
Expand Down

0 comments on commit 0d886ef

Please sign in to comment.