Skip to content

Commit

Permalink
fix: remove async from client component
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Apr 24, 2024
1 parent 2f7931a commit 3e6ea97
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { formatDid } from '@/utils/format';
import type { VerificationResult } from '@blockchain-lab-um/extended-verification';
import type { Result } from '@blockchain-lab-um/masca-connector';

export const FormattedView = async ({
export const FormattedView = ({
credential,
presentation,
page,
Expand All @@ -35,7 +35,6 @@ export const FormattedView = async ({
total: number;
verificationResult: Result<VerificationResult>;
}) => {
console.log('FormattedView');
const t = useTranslations('FormattedView');

const router = useRouter();
Expand Down

0 comments on commit 3e6ea97

Please sign in to comment.