Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallpath committed Jun 13, 2017
1 parent 18651a0 commit 504c968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "psnine",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
1 change: 1 addition & 0 deletions psnine/container/user/HomeProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export default class Home extends Component {
const { params } = this.props.screenProps.navigation.state
const { preFetch } = this.props.screenProps
const psnid = params.URL.split('/').filter(item => item.trim()).pop()
// alert(index)
switch (index) {
case 2:
fav({
Expand Down

0 comments on commit 504c968

Please sign in to comment.