mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-09 21:20:12 +03:00
Fixed coding styles
This commit is contained in:
parent
343a93b984
commit
a91f1b3bd4
60 changed files with 133 additions and 125 deletions
test/short-urls/helpers
|
@ -23,7 +23,7 @@ describe('<ShortUrlsRowMenu />', () => {
|
|||
EditTagsModal,
|
||||
EditMetaModal,
|
||||
EditShortUrlModal,
|
||||
() => ''
|
||||
() => '',
|
||||
);
|
||||
|
||||
wrapper = shallow(
|
||||
|
@ -31,7 +31,7 @@ describe('<ShortUrlsRowMenu />', () => {
|
|||
selectedServer={selectedServer}
|
||||
shortUrl={shortUrl}
|
||||
onCopyToClipboard={onCopyToClipboard}
|
||||
/>
|
||||
/>,
|
||||
);
|
||||
|
||||
return wrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue