0
0
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:
G.Ambatte
2022-02-05 19:10:18 +13:00
parent 402301f201
commit 0b7fee0cc5
2 changed files with 3 additions and 2 deletions

View File

@@ -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 : '',

View File

@@ -17,6 +17,7 @@ const moment = require('moment');
const ListPage = createClass({
displayName : 'ListPage',
getDefaultProps : function() {
return {
brewCollection : [