[SectionTitle] test, webOS 4.5
This commit is contained in:
@@ -12,7 +12,7 @@ export default memo(function SectionTitle({
|
||||
...rest
|
||||
}) {
|
||||
return (
|
||||
<div
|
||||
<h2
|
||||
className={classNames(css.sectionTitle, className)}
|
||||
aria-label={label ? label : title}
|
||||
tabIndex={-1}
|
||||
@@ -22,6 +22,6 @@ export default memo(function SectionTitle({
|
||||
>
|
||||
{title}
|
||||
{itemCount && <span>({itemCount})</span>}
|
||||
</div>
|
||||
</h2>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user