mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 21:16:18 +00:00
Fixed coding styles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user