1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00
This commit is contained in:
busypeoples 2018-08-01 18:30:07 +02:00
parent 85c60732a3
commit 6bb670a891

View File

@ -210,11 +210,9 @@ export class FragmentBlock extends React.Component {
}
render() {
console.log(this.state);
const {fragments, fragmentStep} = this.state;
return (
<div>
<h3>Box</h3>
{fragments.map((fragment, index) => (
<div
style={{