0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 09:42:43 +00:00

Fix linter errors

This commit is contained in:
Alexey Sachkov
2021-12-29 21:30:03 +03:00
parent 8a3f52b704
commit 78d4487c58
23 changed files with 28 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ const googleDriveInactive = require('../../googleDriveMono.png');
const SAVE_TIMEOUT = 3000;
const EditPage = createClass({
displayName : 'EditPage',
displayName : 'EditPage',
getDefaultProps : function() {
return {
brew : {

View File

@@ -21,7 +21,7 @@ const BrewRenderer = require('../../brewRenderer/brewRenderer.jsx');
const HomePage = createClass({
displayName : 'HomePage',
displayName : 'HomePage',
getDefaultProps : function() {
return {
brew : {

View File

@@ -23,7 +23,7 @@ const METAKEY = 'homebrewery-new-meta';
const NewPage = createClass({
displayName : 'NewPage',
displayName : 'NewPage',
getDefaultProps : function() {
return {
brew : {

View File

@@ -12,7 +12,7 @@ const STYLEKEY = 'homebrewery-new-style';
const METAKEY = 'homebrewery-new-meta';
const PrintPage = createClass({
displayName : 'PrintPage',
displayName : 'PrintPage',
getDefaultProps : function() {
return {
query : {},

View File

@@ -14,7 +14,7 @@ const BrewRenderer = require('../../brewRenderer/brewRenderer.jsx');
const SharePage = createClass({
displayName : 'SharePage',
displayName : 'SharePage',
getDefaultProps : function() {
return {
brew : {

View File

@@ -10,7 +10,7 @@ const googleDriveIcon = require('../../../googleDrive.png');
const dedent = require('dedent-tabs').default;
const BrewItem = createClass({
displayName : 'BrewItem',
displayName : 'BrewItem',
getDefaultProps : function() {
return {
brew : {

View File

@@ -24,7 +24,7 @@ const ReportIssue = require('../../navbar/issue.navitem.jsx');
const UserPage = createClass({
displayName : 'UserPage',
displayName : 'UserPage',
getDefaultProps : function() {
return {
username : '',