mirror of
https://github.com/seerr-team/seerr.git
synced 2026-08-07 05:32:42 -04:00
fix(requestlist): remove unnecessary semicolon (#1647)
This commit is contained in:
1 parent
1651725665
commit
6b9aedb970
1 file changed
-1
@@ -192,7 +192,6 @@ const RequestList = () => {
|
||||
{intl.formatMessage(globalMessages.tvshows)}
|
||||
</option>
|
||||
</select>
|
||||
;
|
||||
</div>
|
||||
<div className="mb-2 flex flex-grow sm:mb-0 sm:mr-2 lg:flex-grow-0">
|
||||
<span className="inline-flex cursor-default items-center rounded-l-md border border-r-0 border-gray-500 bg-gray-800 px-3 text-sm text-gray-100">
|
||||
|
||||
Reference in new issue
Block a user