Skip to content

Commit

Permalink
chore: astro upgarde
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
  • Loading branch information
pranalidhanavade committed Dec 6, 2024
1 parent 7ade703 commit a761bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/User/UserDashBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ const UserDashBoard = () => {
const fetchOrganizationDetails = async () => {
setWalletLoading(true);
let orgId = await getFromLocalStorage(storageKeys.ORG_ID);

if (!orgId && organizationsList) {
orgId = organizationsList[0].id;
}
Expand Down

1 comment on commit a761bb1

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on a761bb1 Dec 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "@astrojs/markdown-remark" not prefixed with / or ./ or ../

Please # to comment.