mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 02:23:49 +00:00
Fixed coding styles
This commit is contained in:
@@ -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')();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user