mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Clean up
This commit is contained in:
parent
85c60732a3
commit
6bb670a891
@ -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={{
|
||||
|
Loading…
Reference in New Issue
Block a user