File tree Expand file tree Collapse file tree 4 files changed +7
-20
lines changed
source/views/student-orgs Expand file tree Collapse file tree 4 files changed +7
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import {Cell} from 'react-native-tableview-simple'
77import { Card } from '../components/card'
88import * as c from '../components/colors'
99import type { StudentOrgType } from './types'
10+ import type { TopLevelViewPropsType } from '../types'
1011import Communications from 'react-native-communications'
1112import openUrl from '../components/open-url'
1213
@@ -52,8 +53,8 @@ const styles = StyleSheet.create({
5253 } ,
5354} )
5455
55- export class StudentOrgsDetailRenderView extends React . Component {
56- props : {
56+ export class StudentOrgsDetailView extends React . Component {
57+ props : TopLevelViewPropsType & {
5758 org : StudentOrgType ,
5859 }
5960
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import {HtmlView} from '../components/html-view'
66import { Cell , Section , TableView } from 'react-native-tableview-simple'
77import * as c from '../components/colors'
88import type { StudentOrgType } from './types'
9+ import type { TopLevelViewPropsType } from '../types'
910import openUrl from '../components/open-url'
1011
1112const styles = StyleSheet . create ( {
@@ -44,8 +45,8 @@ const styles = StyleSheet.create({
4445 } ,
4546} )
4647
47- export class StudentOrgsDetailRenderView extends React . Component {
48- props : {
48+ export class StudentOrgsDetailView extends React . Component {
49+ props : TopLevelViewPropsType & {
4950 org : StudentOrgType ,
5051 }
5152
Original file line number Diff line number Diff line change 11// @flow
22export { StudentOrgsView } from './list'
3- export { StudentOrgsDetailView } from './detail-wrapper '
3+ export { StudentOrgsDetailView } from './detail'
You can’t perform that action at this time.
0 commit comments