Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Sadler committed May 28, 2019
1 parent 6464b07 commit 94e46f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions stories/features/rewards/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ storiesOf('Feature Components/Rewards/Modal', module)
const rows: PendingDetailRow[] = [
{
profile: {
name: 'Bart Baker',
verified: false,
name: 'Jonathon Doe',
verified: true,
provider: 'youtube',
src: bart
src: favicon
},
url: 'https://brave.com',
type: 'recurring',
Expand Down
6 changes: 3 additions & 3 deletions stories/features/rewards/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ storiesOf('Feature Components/Rewards/Table', module)
const rows: PendingDetailRow[] = [
{
profile: {
name: 'Bart Baker',
verified: false,
name: 'Jonathon Doe',
verified: true,
provider: 'youtube',
src: bart
src: favicon
},
url: 'https://brave.com',
type: 'recurring',
Expand Down

0 comments on commit 94e46f7

Please sign in to comment.