Created
May 14, 2019 17:14
-
-
Save agustinl/9f59436af3ff6b2855133d7aba346db2 to your computer and use it in GitHub Desktop.
Something
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
<FileViewer | |
fileType='docx' | |
filePath={data.file} | |
errorComponent={CustomErrorComponent} | |
onError={this.onError}/> | |
{data.fileType == '.docx' && | |
/*<img src={`/static/apuntes/${data.file}`} alt="" />*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment