File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import ApplicationStatus from "./ApplicationStatus";
66import Loading from "./Loading" ;
77import ProfileMessage from "./ProfileMessage" ;
88import AdminControl from "./AdminControl" ;
9- // import QR from "./QR";
9+ import QR from "./QR" ;
1010// import TravelReimbursementsForm from "./Forms/TravelReimbursementsForm";
1111// import UserProfileForm from "./Forms/UserProfileForm/UserProfileForm";
1212import { ProfileType } from "../Profile" ;
@@ -195,6 +195,27 @@ class Dashboard extends Component {
195195 </ div >
196196 </ Col >
197197 </ Row >
198+ { SHOW_FLAG ? (
199+ < Row >
200+ < Section
201+ title = "Check-in"
202+ color = "red"
203+ isOpen = { true }
204+ >
205+ < div
206+ style = { {
207+ marginTop : 0 ,
208+ textAlign : "center" ,
209+ width : "100%" ,
210+ } }
211+ >
212+ < QR email = { this . props . profile . _email } />
213+ </ div >
214+ </ Section >
215+ </ Row >
216+ ) : (
217+ < br />
218+ ) }
198219 { SHOW_FLAG ? (
199220 < Row >
200221 < Section
You can’t perform that action at this time.
0 commit comments