Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
hdJerry committed Aug 2, 2023
1 parent e73e3fc commit 4ebbe5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ export default function PullRequestIssueInfo({
{title}
</a>
<div className="sub_heading">
<span className="opened_num">#{number}</span>
{" "}
<span className="opened_by">by {openedBy}</span>
{" "}
<span className="opened_num">#{number}</span>{' '}
<span className="opened_by">by {openedBy}</span>{' '}
<span className="opened_day">
{buildPrIssueResolution(state)} {format(new Date(created_at), 'MMM dd')}
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ MergedPullRequests.args = {
closedPRCount: 2,
pullRequests: [
{
title: '[Angular-Apollo-Tailwind] fix: Angular Apollo Tailwind - improve config',
title:
'[Angular-Apollo-Tailwind] fix: Angular Apollo Tailwind - improve config',
number: '1',
created_at: date,
user: { login: 'krtz' },
Expand Down

0 comments on commit 4ebbe5d

Please sign in to comment.