Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raidakarim committed Jun 15, 2023
1 parent fa2e4f5 commit 8807c59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feedingwebapp/src/Pages/Header/LiveVideoModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ LiveVideoModal.propTypes = {
webVideoServerURL: PropTypes.string.isRequired
}

export default LiveVideoModal
export default LiveVideoModal
4 changes: 2 additions & 2 deletions feedingwebapp/src/Pages/Home/MealStates/RobotMotion.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react'
import { useMediaQuery } from 'react-responsive'
import Button from 'react-bootstrap/Button'
import { View } from 'react-native'
// PropTypes is used to validate that the used props are in fact passed to this
// Component
// PropTypes is used to validate that the used props are in fact passed to this Component
import PropTypes from 'prop-types'
// Local Imports
import { useROS, createROSActionClient, callROSAction, cancelROSAction, destroyActionClient } from '../../../ros/ros_helpers'
Expand Down Expand Up @@ -424,6 +423,7 @@ const RobotMotion = (props) => {
</>
)
}

RobotMotion.propTypes = {
/**
* Whether to run it in debug mode (e.g., if you aren't simulatenously running
Expand Down

0 comments on commit 8807c59

Please sign in to comment.