Change NotificationsHub to StaticView
Summary: - Point the Noitifications to the static view - Add function to check activeness of static view - Add `SupportRequestDetails` to type (needed?) Reviewed By: mweststrate Differential Revision: D18810149 fbshipit-source-id: a33f61f521f3db0dd2a73e56d99b12d029b46a57
This commit is contained in:
committed by
Facebook Github Bot
parent
8df91d198f
commit
07487e8122
@@ -330,7 +330,7 @@ class NotificationsTable extends Component<Props & SearchableProps, State> {
|
||||
}
|
||||
}
|
||||
|
||||
const ConnectedNotificationsTable = connect<
|
||||
export const ConnectedNotificationsTable = connect<
|
||||
StateFromProps,
|
||||
DispatchFromProps,
|
||||
OwnProps,
|
||||
|
||||
Reference in New Issue
Block a user