Prepared feature for production

This commit is contained in:
ajmaley 2018-10-04 19:22:31 -04:00
parent e427e3f702
commit 8a6ce0012a
1 changed files with 0 additions and 5 deletions

View File

@ -1,13 +1,8 @@
import { Component } from 'react';
import flamelinkApp from '../flamelink.js';
class Flamelink extends Component {
render() {
//Grabs data from text field in entry from the martenSchemaDemo
flamelinkApp.content.get('martenSchemaDemo')
.then(flameData => document.getElementById("flamelinkDemo").innerHTML = flameData.field_1538162314419);
return(null);
}
}