You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've refactored the Evidence component for IPFS validation and line length.
Here's what I did:
- I made the Attachment link render conditionally based on whether it's a valid IPFS path (meaning it starts with '/ipfs/').
- I also refactored conditions into constants to make sure everything complies with the 80-character line limit.
0 commit comments