Created
February 27, 2019 07:18
-
-
Save CarlosDanielDev/5d73d5978185e317bfb40a1e1e9843ee 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
<Collapsible popout defaultActiveKey={1}> | |
{this.state.lotes.map(res=>( | |
<ItemLote {...res} /> | |
))} | |
</Collapsible> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment