Skip to content

Commit

Permalink
Remove unsupported property from stories
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek committed Nov 29, 2024
1 parent cc8be9f commit 0264a3b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ export function TrustedDeviceEnrolled() {
userName: 'bob',
uri: '/clusters/orange',
connected: true,
profileStatusError: '',
};

const activeIdentityRootCluster = identityRootCluster;
Expand Down Expand Up @@ -308,7 +307,6 @@ export function TrustedDeviceRequiredButNotEnrolled() {
userName: 'bob',
uri: '/clusters/orange',
connected: true,
profileStatusError: '',
};

const activeIdentityRootCluster = identityRootCluster;
Expand Down

0 comments on commit 0264a3b

Please sign in to comment.