Skip to content

Commit

Permalink
clsx not needed here
Browse files Browse the repository at this point in the history
  • Loading branch information
VargaJoe committed Oct 30, 2023
1 parent b0c67ba commit dd363e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const ViewTitle: React.FunctionComponent<ViewTitleProps> = (props) => {
<div data-test="viewtitle">
{props.title} <span className={classes.textBolder}>{props.titleBold}</span>
</div>
<div className={clsx(classes.actionBar)}>
<div className={classes.actionBar}>
{props.actionName === 'browse' && (
<span
title={`Open ${contentDisplayName} Edit Page`}
Expand Down

0 comments on commit dd363e2

Please sign in to comment.