mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
Add displayName properties
This commit is contained in:
@@ -10,10 +10,10 @@ const googleDriveIcon = require('../../../../googleDrive.png');
|
||||
const dedent = require('dedent-tabs').default;
|
||||
|
||||
const BrewItem = createClass({
|
||||
displayName : 'BrewItem',
|
||||
getDefaultProps : function() {
|
||||
return {
|
||||
displayName : 'BrewItem',
|
||||
brew : {
|
||||
brew : {
|
||||
title : '',
|
||||
description : '',
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ const moment = require('moment');
|
||||
|
||||
|
||||
const ListPage = createClass({
|
||||
displayName : 'ListPage',
|
||||
getDefaultProps : function() {
|
||||
return {
|
||||
brewCollection : [
|
||||
|
||||
Reference in New Issue
Block a user