Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules010209 committed Apr 26, 2024
1 parent 2009385 commit a96cedc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurora-intercom",
"version": "1.2.1",
"version": "1.2.2",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"author": "Jules010209",
Expand Down
5 changes: 1 addition & 4 deletions src/renderer/src/components/panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ const Panel = () => {
<div className="control-panel">
{stations.map((position) => (
<>
<div onClick={() =>
true
? handleIntercom({ type: "call", position: position.callsign })
: handleIntercom({ type: 'hangup' })}>
<div onClick={() => handleIntercom({ type: "call", position: position.callsign })}>
<Button
key={position.label}
position={position}
Expand Down

0 comments on commit a96cedc

Please sign in to comment.