Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #111 from ZendyLim/buglist/summary
Browse files Browse the repository at this point in the history
Buglist/summary
  • Loading branch information
viinkelvin authored Jun 20, 2018
2 parents b628e14 + 971a990 commit 88e5bcd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Binary file added app/assets/img/topic/FUKUSHU.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/config/image_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const ImageData = {

T016 : require('../assets/img/topic/14.jpg'),
T017 : require('../assets/img/topic/15.jpg'),
FUKUSHU : require('../assets/img/topic/FUKUSHU.jpg'),


}
4 changes: 2 additions & 2 deletions app/config/studyList.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const StudyList = [{
},
{
title : 'FUKUSHU1_TITLE',
img : 'loading',
img : 'FUKUSHU',
lock : false,
type : 'FUKUSHU',
topic_id: 'T008',
Expand Down Expand Up @@ -383,7 +383,7 @@ export const StudyList = [{
},
{
title : 'FUKUSHU2_TITLE',
img : 'loading',
img : 'FUKUSHU',
lock : true,
type : 'FUKUSHU',
topic_id: 'T013',
Expand Down
9 changes: 8 additions & 1 deletion app/screens/Profile/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,21 @@ import { studyDays, studyReasonOption, major } from '../../config/data';
japaneseType: this.props.user.japaneseType,
dateFrom: this.props.user.dateFrom,
dateTo: this.props.user.dateTo,
image: this.props.user.image,
studyDay: this.props.user.studyDay,
studyHours: this.props.user.studyHours,
studyReason: this.props.user.studyReason,
finishDate: this.props.user.finishDate,
});
if(this.props.user.image){
this.setState({
image: this.props.user.image
});
}

}



}

getData = () =>{
Expand Down

0 comments on commit 88e5bcd

Please sign in to comment.