diff options
author | bobzel <zzzman@gmail.com> | 2020-07-03 17:20:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 17:20:30 -0400 |
commit | a979ebce6cf3b3aaa0fb6ea3870988b6edc6a889 (patch) | |
tree | ab8f94a665da7f53c064946002a37fda988aaebc /src/client/util/CurrentUserUtils.ts | |
parent | da0b78bb21d29cb861e1b684023b991b9f95e62b (diff) | |
parent | eced22296a311ff796d7e9f797478fe7452577a4 (diff) |
Merge pull request #431 from browngraphicslab/mobile_revision_direct
dash mobile updates
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 02c3e55ed..4276e04e4 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -59,7 +59,6 @@ export class CurrentUserUtils { const queryTemplate = this.mobileButton({ title: "NEW MOBILE BUTTON", onClick: undefined, - _backgroundColor: "lightgrey" }, [this.ficon({ ignoreClick: true, |