Merged in chore/upgrade-to-next16 (pull request #3305)
chore(SW-3665): Upgrade to Next 16 * Upgrade partner-sas * Upgrade scandic-web to next 16 * Update peerDep versions * Fix revalidateTag * Remove comment * Merge branch 'master' into chore/upgrade-to-next16 * Update netlify adapter * Build with webpack instead of turbopack * Revert from proxy to middleware * Merge branch 'master' into chore/upgrade-to-next16 * Revert proxy type * Fix react types versions * 16.0.9 * Bump to 16.0.10 Approved-by: Linus Flood
This commit is contained in:
@@ -157,7 +157,9 @@ export default function OverviewTableClient({
|
||||
<div>
|
||||
<div className={styles.mobileColumns}>
|
||||
<div className={styles.columnHeaderContainer}>
|
||||
{/* eslint-disable-next-line react-hooks/static-components */}
|
||||
<MobileColumnHeader column="A" />
|
||||
{/* eslint-disable-next-line react-hooks/static-components */}
|
||||
<MobileColumnHeader column="B" />
|
||||
</div>
|
||||
<RewardList
|
||||
|
||||
@@ -23,6 +23,7 @@ export function RewardIcon({
|
||||
if (!IconComponent) return null
|
||||
|
||||
return (
|
||||
// eslint-disable-next-line react-hooks/static-components
|
||||
<IconComponent
|
||||
{...props}
|
||||
width={sizeMap[iconSize].width}
|
||||
|
||||
Reference in New Issue
Block a user