|
|
|
@ -246,7 +246,7 @@ class TraineetraininginformationModal extends Component {
|
|
|
|
|
{this.props.boolgalist === false?
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
this.props.game_list === undefined?"" : this.props.game_list.length<4?
|
|
|
|
|
this.props.game_list === undefined?"" : this.props.game_list.length<5?
|
|
|
|
|
<div className="edu-table edu-back-white ">
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
@ -296,7 +296,7 @@ class TraineetraininginformationModal extends Component {
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
this.props.game_list === undefined?"" : this.props.game_list.length<4?
|
|
|
|
|
this.props.game_list === undefined?"" : this.props.game_list.length<5?
|
|
|
|
|
<div className="edu-table edu-back-white ">
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|