Fixed coding styles

This commit is contained in:
Alejandro Celaya
2020-08-22 08:10:31 +02:00
parent 343a93b984
commit a91f1b3bd4
60 changed files with 133 additions and 125 deletions

View File

@@ -24,7 +24,7 @@ describe('<SortableBarGraph />', () => {
stats={{ ...stats, ...extraStats }}
sortingItems={sortingItems}
withPagination={withPagination}
/>
/>,
);
return wrapper;
@@ -108,7 +108,7 @@ describe('<SortableBarGraph />', () => {
</span>
)}
/>
</span>
</span>,
).find(SortableBarGraph);
const header = wrapper.renderProp('extraHeaderContent')();