Created
September 17, 2021 10:54
-
-
Save jps/cd1df11e55910d453cafb79ff0c08e93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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