Skip to content

Commit

Permalink
fix by code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest committed Dec 4, 2023
1 parent 5230569 commit 53846b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FunctionsPage/Functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Functions = ({
const [largeRequestErrorMessage, setLargeRequestErrorMessage] = useState('')
const fetchFunctionLogsTimeout = useRef(null)
const abortControllerRef = useRef(new AbortController())
const {isDemoMode, isStagingMode } = useMode()
const { isDemoMode, isStagingMode } = useMode()
const params = useParams()
const navigate = useNavigate()
const location = useLocation()
Expand Down
2 changes: 1 addition & 1 deletion src/components/Project/ProjectMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const ProjectMonitor = ({
const [confirmData, setConfirmData] = useState(null)
const navigate = useNavigate()
const params = useParams()
const {isDemoMode } = useMode()
const { isDemoMode } = useMode()
const dispatch = useDispatch()
const { isNuclioModeDisabled } = useNuclioMode()

Expand Down

0 comments on commit 53846b9

Please sign in to comment.