mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-04 21:58:39 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -115,9 +115,9 @@ const ManageSlideOver: React.FC<
|
||||
<>
|
||||
{intl.formatMessage(messages.plays, {
|
||||
playCount,
|
||||
strong: function strong(msg) {
|
||||
return <strong className="text-2xl font-semibold">{msg}</strong>;
|
||||
},
|
||||
strong: (msg: React.ReactNode) => (
|
||||
<strong className="text-2xl font-semibold">{msg}</strong>
|
||||
),
|
||||
})}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user