Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-27 22:52:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52109474409d968b6ad7c35487522a38599f8574
52109474
1 parent
df723d9e
add setAction state
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
front/src/Routes/Room/RoomContainer.js
front/src/Routes/Room/RoomContainer.js
View file @
5210947
...
...
@@ -13,5 +13,11 @@ export default withRouter(() => {
const
{
getRooms
}
=
data
;
roomArray
=
getRooms
;
}
return
<
RoomPresenter
roomArray
=
{
roomArray
}
action
=
{
action
}
/>
;
return
(
<
RoomPresenter
roomArray
=
{
roomArray
}
action
=
{
action
}
setAction
=
{
setAction
}
/
>
);
});
...
...
Please
register
or
login
to post a comment