mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Refactoring duplicates onViewStyleChange
This commit is contained in:
parent
7543e494c9
commit
111cc430db
9 changed files with 19 additions and 111 deletions
|
@ -54,11 +54,8 @@ const Pagination: FunctionComponent<PaginationProps> = ({ query, itemsResult = {
|
|||
|
||||
return (
|
||||
<div ref={element}>
|
||||
<div
|
||||
className='paging'
|
||||
/>
|
||||
<div className='paging' />
|
||||
</div>
|
||||
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue