Skip to content

Commit

Permalink
feat(version): release 0.34.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Feb 12, 2024
1 parent 47f25ff commit 4b1852a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.34.1",
"version": "0.34.2",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ export default function EnvironmentHeaderTabs(): ReactElement {
console.log("connectionsReducer", connectionsReducer);
}, [connectionsReducer]);

useEffect(() => {
console.log("isSettedCookie", isSettedCookie);
}, [isSettedCookie]);

useEffect(() => {
console.log("isRobotReady", isRobotReady);
}, [isRobotReady]);

const tabs: IrobotTab[] = [
{
name: "Overview",
Expand Down

0 comments on commit 4b1852a

Please sign in to comment.