Skip to content

Commit

Permalink
Merge pull request #2273 from Giveth/hotfix-2.8.4
Browse files Browse the repository at this point in the history
Hotfix 2.8.4
  • Loading branch information
MohammadPCh authored Feb 27, 2023
2 parents 84d977b + 5b84df6 commit 5c412c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givethdapp",
"version": "2.8.3",
"version": "2.8.4",
"private": true,
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion src/context/projects.context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ProjectsProvider = (props: {
const router = useRouter();

useEffect(() => {
let sort: EProjectsSortBy | undefined;
let sort = EProjectsSortBy.GIVPOWER;
if (router.query.sort) {
switch ((router.query.sort as string).toLowerCase()) {
case EProjectsSortBy.MOST_FUNDED.toLowerCase():
Expand Down

1 comment on commit 5c412c9

@vercel
Copy link

@vercel vercel bot commented on 5c412c9 Feb 27, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

giveth-dapps-v2 – ./

giveth-dapps-v2-givethio.vercel.app
giveth.io
giveth-dapps-v2-git-main-givethio.vercel.app
www.giveth.io

Please sign in to comment.