Improved rendering of visits table on mobile devices

This commit is contained in:
Alejandro Celaya
2020-04-04 12:09:17 +02:00
parent 2bd70fb9e6
commit 06b63d1af2
5 changed files with 110 additions and 27 deletions

View File

@@ -31,6 +31,7 @@ describe('<ShortUrlVisits />', () => {
shortUrlVisits={shortUrlVisits}
shortUrlDetail={{}}
cancelGetShortUrlVisits={identity}
matchMedia={() => ({ matches: false })}
/>
);