File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 22 "name" : " otlplus" ,
33 "version" : " 0.1.0" ,
44 "private" : true ,
5- "engines" : {
6- "node" : " ^18"
7- },
85 "scripts" : {
96 "dev" : " vite --host" ,
107 "build" : " vite build" ,
4643 "react-scrollbars-custom" : " ^4.0.21" ,
4744 "react-slick" : " ^0.29.0" ,
4845 "redux" : " ^4.0.0" ,
49- "slick-carousel" : " ^1.8.1" ,
50- "zabo-embed" : " ^0.0.7"
46+ "slick-carousel" : " ^1.8.1"
5147 },
5248 "devDependencies" : {
5349 "@babel/plugin-proposal-decorators" : " ^7.24.1" ,
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import { connect } from 'react-redux' ;
33import { withTranslation } from 'react-i18next' ;
4- import PropTypes , { bool } from 'prop-types' ;
4+ import PropTypes from 'prop-types' ;
55import axios from 'axios' ;
66import { range } from 'lodash' ;
77import { Link } from 'react-router-dom' ;
8- import { ZaboEmbed } from 'zabo-embed' ;
98
109import { appBoundClassNames as classNames } from '../common/boundClassNames' ;
1110
@@ -247,7 +246,6 @@ class MainPage extends Component {
247246 const feeds = [
248247 < TodaysTimetableSection key = "TODAYS_TIMETABLE" /> ,
249248 < AcademicScheduleSection key = "ACADEMIC_SCHEDULE" /> ,
250- < ZaboEmbed key = "ZABO_EMBED" serviceColor = "#E54C65" style = { { marginBottom : 12 } } /> ,
251249 notices
252250 ? notices . map ( ( n ) => (
253251 < NoticeSection notice = { n } key = { `${ n . start_date } -${ n . end_date } -${ n . title } ` } />
You can’t perform that action at this time.
0 commit comments