0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 14:42:40 +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:
Trevor Buckner
2020-11-22 23:53:34 -05:00
parent 3b52888877
commit 7462e66858
4 changed files with 86 additions and 31 deletions

View File

@@ -25,7 +25,7 @@
font-family : ScalySans;
font-size : 1.2em;
&>span{
margin-right : 15px;
margin-right : 12px;
}
}
&:hover{

View File

@@ -22,9 +22,8 @@ const BrewItem = require('./brewItem/brewItem.jsx');
const UserPage = createClass({
getDefaultProps : function() {
return {
username : '',
brews : [],
googleBrews : []
username : '',
brews : []
};
},