From b2128609ac8159a14224deba399144b3400c8c20 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 08:16:12 +0100 Subject: Finally give in and use React, minor tweeks. Preact (a minimalistic React alternative) had too many bugs ... --- lib/wallet/wxApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wallet/wxApi.ts') diff --git a/lib/wallet/wxApi.ts b/lib/wallet/wxApi.ts index 9ed7aabd3..a85b56c28 100644 --- a/lib/wallet/wxApi.ts +++ b/lib/wallet/wxApi.ts @@ -72,4 +72,4 @@ export async function getPreCoins(exchangeBaseUrl: string): Promise { export async function refresh(coinPub: string): Promise { return await callBackend("refresh-coin", { coinPub }); -} \ No newline at end of file +} -- cgit v1.2.3