Remove Activity Feed from create page per Stephen
This commit is contained in:
parent
19c0f83b85
commit
2f88a5cdab
|
@ -13,7 +13,6 @@ import { AdvancedPanel } from '../components/advanced-panel'
|
|||
import { createContract } from '../lib/firebase/api-call'
|
||||
import { Row } from '../components/layout/row'
|
||||
import { AmountInput } from '../components/amount-input'
|
||||
import { ActivityFeed } from './activity'
|
||||
|
||||
// Allow user to create a new contract
|
||||
export default function NewContract() {
|
||||
|
@ -209,10 +208,6 @@ export default function NewContract() {
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<Spacer h={6} />
|
||||
|
||||
<ActivityFeed contracts={[]} recentComments={[]} />
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user