Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
lol formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Apr 19, 2019
1 parent 2980751 commit 7634071
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ describe('Panel', () => {
<Panel>
<PanelConsumer>
{setCanRefine => (
<button onClick={() => setCanRefine(false)}>call setCanRefine</button>
<button onClick={() => setCanRefine(false)}>
call setCanRefine
</button>
)}
</PanelConsumer>
</Panel>
Expand Down

0 comments on commit 7634071

Please sign in to comment.