Created
May 30, 2019 19:55
-
-
Save felipegenuino/fee0a36270e20e6ef4fae326838997cc to your computer and use it in GitHub Desktop.
This file contains 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
partePassivaNome = "Meu texto aqui" | |
render() { | |
const partePassivaNome = model.partePassiva.split(' '); | |
return( | |
{partePassivaNome[0]} //Meu | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment