progress
This commit is contained in:
@@ -71,7 +71,7 @@ const TopHeader = (props) => {
|
||||
{props?.requiredButtons.includes("add-services") && (
|
||||
<PrimaryButton
|
||||
icon={<AddIcon />}
|
||||
text={props.buttonText}
|
||||
text={isMobile ? "" : props.buttonText}
|
||||
onClick={() => props?.trigger(!props?.triggerState)}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user