mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
8 lines
262 B
JavaScript
8 lines
262 B
JavaScript
function WidgetCommunication(props) {
|
|
WidgetCommunication.isBalanceDisplayAllowed = () => {};
|
|
WidgetCommunication.setBalanceDisplayAllowed = () => {};
|
|
WidgetCommunication.reloadAllTimelines = () => {};
|
|
return null;
|
|
}
|
|
|
|
export default WidgetCommunication;
|