Skip to content

Commit

Permalink
remove double space
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-decker committed Jun 22, 2021
1 parent 148de0f commit 8ef1d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/send/send.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('Send Page', () => {
).toBeTruthy();
});

it('should render the footer', () => {
it('should render the footer', () => {
const store = configureMockStore(middleware)({
...baseStore,
send: { ...baseStore.send, stage: SEND_STAGES.DRAFT },
Expand Down

0 comments on commit 8ef1d5e

Please sign in to comment.