Add about page check fix from staging (e0794b1)

Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
Marquis Kurt 2019-11-01 16:08:14 -04:00
parent bf43f1b201
commit cf38153034
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
2 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,7 @@ export const styles = (theme: Theme) =>
marginBottom: theme.spacing.unit
},
postReblogMenu: {
outline: "none",
outline: "none"
},
postContent: {
paddingTop: 0,

View File

@ -88,9 +88,7 @@ class AboutPage extends Component<any, IAboutPageState> {
hyperspaceAdmin: account,
hyperspaceAdminName: config.admin.name,
federation: config.federation,
developer: config.developer
? config.developer === "true"
: false,
developer: config.developer ? config.developer : false,
versionNumber: config.version,
brandName: config.branding
? config.branding.name