mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
function WidgetCommunication(props) {
|
|
WidgetCommunication.isBalanceDisplayAllowed = false;
|
|
WidgetCommunication.setBalanceDisplayAllowed = () => {};
|
|
return null;
|
|
}
|
|
|
|
export default WidgetCommunication;
|