Fix syntax error in ProfileViewer component
Some checks are pending
CI / Engine — lint / typecheck / test (push) Waiting to run
CI / API — lint / typecheck / test (push) Waiting to run
CI / Web — typecheck / lint / build (push) Waiting to run

This commit is contained in:
Manohar Gupta 2026-05-23 18:57:03 +05:30
parent 261f5c4184
commit 0286bdefae

View file

@ -626,7 +626,6 @@ export function ProfileViewer() {
</div> </div>
</div> </div>
</div> </div>
</div>
)} )}
</> </>
); );