mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 03:52:42 +00:00
Fix metadata in Google docs
Update view counts via service account since modifying another users' file properties requires increased permission scope
This commit is contained in:
@@ -22,9 +22,8 @@ const BrewItem = require('./brewItem/brewItem.jsx');
|
||||
const UserPage = createClass({
|
||||
getDefaultProps : function() {
|
||||
return {
|
||||
username : '',
|
||||
brews : [],
|
||||
googleBrews : []
|
||||
username : '',
|
||||
brews : []
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user