Skip to content

Commit 8e631a2

Browse files
committed
updated version
1 parent 571281a commit 8e631a2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

apps/box/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box",
3-
"version": "1.6.29",
3+
"version": "1.6.30",
44
"private": true,
55
"dependencies": {
66
"@functionland/fula-sec": "*",

apps/box/src/screens/InitialSetup/SetBloxAuthorizer.screen.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,6 @@ export const SetBloxAuthorizerScreen = ({ route }: Props) => {
278278
newPeerId &&
279279
newBloxName
280280
) {
281-
const bloxsCount = Object.values(bloxs).length;
282-
const bloxExists = Object.values(bloxs).some(
283-
(blox) => blox.peerId === newBloxPeerId
284-
);
285281
setAppPeerId(newPeerId);
286282
if (currentBloxPeerId === newBloxPeerId) {
287283
removeBlox(currentBloxPeerId);

0 commit comments

Comments
 (0)