Skip to content

Commit a96cedc

Browse files
committed
v1.2.2
1 parent 2009385 commit a96cedc

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurora-intercom",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "An Electron application with React and TypeScript",
55
"main": "./out/main/index.js",
66
"author": "Jules010209",

src/renderer/src/components/panel.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ const Panel = () => {
9696
<div className="control-panel">
9797
{stations.map((position) => (
9898
<>
99-
<div onClick={() =>
100-
true
101-
? handleIntercom({ type: "call", position: position.callsign })
102-
: handleIntercom({ type: 'hangup' })}>
99+
<div onClick={() => handleIntercom({ type: "call", position: position.callsign })}>
103100
<Button
104101
key={position.label}
105102
position={position}

0 commit comments

Comments
 (0)