Skip to content

Instantly share code, notes, and snippets.

@reggie3
Created January 5, 2018 19:45
Show Gist options
  • Save reggie3/38da21ce7efdb97994fb83df645660a0 to your computer and use it in GitHub Desktop.
Save reggie3/38da21ce7efdb97994fb83df645660a0 to your computer and use it in GitHub Desktop.
soundRecorderComplete = (soundFileInfo) => {
soundFileInfo =
typeof soundFileInfo === 'object'
? JSON.stringify(soundFileInfo, undefined, 2)
: soundFileInfo;
this.setState({
viewToShow: 'home',
soundFileInfo
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment