Skip to content

Commit

Permalink
Update CompanionDelegates.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed May 15, 2024
1 parent d4e8bba commit acb4793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CompanionDelegates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const WatchConnectivity = lazy(() => import('../WatchConnectivity'));
const eventEmitter = Platform.OS === 'ios' ? new NativeEventEmitter(NativeModules.EventEmitter) : undefined;

const ClipboardContentType = Object.freeze({
BITCOIN: 'BITCOIN',
BITCOIN: 'GROESTLCOIN',
LIGHTNING: 'LIGHTNING',
});

Expand Down

0 comments on commit acb4793

Please sign in to comment.