Skip to content

Instantly share code, notes, and snippets.

@jps
Created September 17, 2021 10:54
Show Gist options
  • Select an option

  • Save jps/cd1df11e55910d453cafb79ff0c08e93 to your computer and use it in GitHub Desktop.

Select an option

Save jps/cd1df11e55910d453cafb79ff0c08e93 to your computer and use it in GitHub Desktop.
function getEndEnhancer() {
if (!statusIcon) {
return endEnhancer;
}
if (endEnhancer) {
return (
<>
{' '}
{statusIcon} <Block spaceInline="space020" /> {endEnhancer}{' '}
</>
);
}
return statusIcon;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment