mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
updated post cont
This commit is contained in:
parent
d59e077741
commit
9847aa7c1b
@ -74,7 +74,7 @@ class PointsContainer extends Component {
|
||||
|
||||
// Component Functions
|
||||
|
||||
_navigation = index => {
|
||||
_handleOnDropdownSelected = index => {
|
||||
const { dispatch, isPinCodeOpen, navigation } = this.props;
|
||||
const { balance } = this.state;
|
||||
let navigateTo;
|
||||
@ -123,8 +123,6 @@ class PointsContainer extends Component {
|
||||
}
|
||||
};
|
||||
|
||||
_handleOnDropdownSelected = index => this._navigation(index);
|
||||
|
||||
_groomUserActivities = userActivities =>
|
||||
userActivities.map(item => ({
|
||||
...item,
|
||||
|
Loading…
Reference in New Issue
Block a user