Conversation
* feat: amplitude init을 개발용, 프로덕션용 분리 * feat: 1보다 작은 소수점 양수일 경우 bar chart를 보여주지 않도록 변경 - ex) 0.23원, 0.87원 인 경유 * fix: -1 보다 큰 소수점 음수인 경우 -0원으로 보이는 현상 해결 - -0.23원인 경우 -1원으로 보여주었기에 이를 0원으로 보여주도록 변경하려고 했음 - 1차 코드 변경 후 -0.23원인 경우 코드 변경을 통해 -0원으로 보여주는것 까지 완성 - 그러나 -0원이 아닌 0원을 반환해야 했기에 return 문에서 처리해주도록 변경
✅ Deploy Preview for snowball-dev-1c33edfdfwsdlki ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.