diff --git a/compliant-reward-distribution/README.md b/compliant-reward-distribution/README.md
index 297e9217..964da1ca 100644
--- a/compliant-reward-distribution/README.md
+++ b/compliant-reward-distribution/README.md
@@ -26,10 +26,14 @@ However, the easiest option is to use [docker-compose](https://docs.docker.com/c
For this to work, you should do the following:
-1. Set the following environment variables:
+1. Initialize local dependencies:
+```
+git submodule update --init --recursive
+```
+2. Set the following environment variables:
- (Optional) Set the `ADMIN_ACCOUNT` variable to an account address. This account can read and write to the database.
- (Optional) Set the `CONCORDIUM_NODE` to the gRPC endpoint of the node you want to use. Defaults to `https://grpc.testnet.concordium.com:20000`.
-2. Run `docker-compose up` to build and start all the services.
+3. Run `docker-compose up` to build and start all the services.
e.g.
diff --git a/compliant-reward-distribution/frontend/src/components/Admin/AdminGetAccountData.tsx b/compliant-reward-distribution/frontend/src/components/Admin/AdminGetAccountData.tsx
index 5ed3c9f2..4dd79356 100644
--- a/compliant-reward-distribution/frontend/src/components/Admin/AdminGetAccountData.tsx
+++ b/compliant-reward-distribution/frontend/src/components/Admin/AdminGetAccountData.tsx
@@ -81,7 +81,9 @@ export function AdminGetAccountData(props: Props) {
- {accountData &&
{JSONbig.stringify(accountData, undefined, 2)}} + {accountData && ( +
{JSONbig.stringify(accountData, undefined, 2)}+ )} {error &&
{JSONbig.stringify(pendingApprovals, undefined, 2)}} + {pendingApprovals && ( +
{JSONbig.stringify(pendingApprovals, undefined, 2)}+ )} diff --git a/compliant-reward-distribution/frontend/src/components/proof/Proof.tsx b/compliant-reward-distribution/frontend/src/components/proof/Proof.tsx index d5e9326c..c5cc2519 100644 --- a/compliant-reward-distribution/frontend/src/components/proof/Proof.tsx +++ b/compliant-reward-distribution/frontend/src/components/proof/Proof.tsx @@ -234,7 +234,7 @@ const Proof = () => { {validProof ? (