Remove Polices
This commit is contained in:
parent
da9fc5bfdf
commit
c8269ca134
@ -1,17 +1,15 @@
|
||||
// @flow
|
||||
import * as React from "react";
|
||||
import { Helmet } from "react-helmet";
|
||||
import PoliciesStore from "stores/PoliciesStore";
|
||||
import AuthStore from "stores/AuthStore";
|
||||
|
||||
type Props = {
|
||||
title: string,
|
||||
favicon?: string,
|
||||
policies: PoliciesStore,
|
||||
auth: AuthStore,
|
||||
};
|
||||
|
||||
const { policies, auth } = this.props;
|
||||
const { auth } = this.props;
|
||||
const { team } = auth;
|
||||
|
||||
const PageTitle = ({ title, favicon }: Props) => (
|
||||
|
Reference in New Issue
Block a user