feat: migrate to the realm rc version

This commit is contained in:
Nazarii Mykhailets
2024-05-28 17:09:54 +03:00
parent 1ca4997c1c
commit 7402168061
46 changed files with 472 additions and 1322 deletions

View File

@@ -1,5 +1,5 @@
import * as React from 'react';
import { useTranslate } from '@portal/hooks';
import { useThemeHooks } from '@redocly/theme/core/hooks';
import { clsx } from 'clsx'
import { Client, type Wallet, type TxResponse, dropsToXrp } from 'xrpl'
@@ -176,6 +176,7 @@ export function InitButton({
isInitEnabled: boolean,
toInit: InitializationProps
}): React.JSX.Element {
const { useTranslate } = useThemeHooks();
const { translate } = useTranslate()
return (<div className="form-group">