Closed adil14788 closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/arvind0598/better-first-issues/6n2DfwGqr46G4wWivLBoBtVvtJxJ
✅ Preview: https://better-first-issues-git-fork-adil14788-adil-arvind0598.vercel.app
Hi @adil14788, please make sure you comment on the issue (#9) to have it assigned to yourself before you start working on it.
Also, please check that the commits you make reference the issue within the message.
That said, this commit is a bit odd, because it doesn't just remove the bug, it removes the entire loading feature - so now there's no loading screen at all. We don't want that to happen.
We want it to go: EMPTY -> LOADING -> SUCCESS
It currently goes: LOADING -> SUCCESS
Your commit makes it go: EMPTY -> SUCCESS
Sorry for the mistakes, actually I am new to open source therefore I directly made the pull request. i didn't knew we had to first comment on the issue and had it assigned to ourselves
bug removed