Page MenuHomePhabricator

[native] Simplify `SIWEPanel` component
ClosedPublic

Authored by atul on Dec 19 2022, 1:56 PM.
Tags
None
Referenced Files
F3249313: D5950.id19733.diff
Fri, Nov 15, 1:32 PM
F3249310: D5950.id19730.diff
Fri, Nov 15, 1:29 PM
F3249263: D5950.id19731.diff
Fri, Nov 15, 1:24 PM
F3248973: D5950.diff
Fri, Nov 15, 11:40 AM
Unknown Object (File)
Sun, Nov 10, 7:54 PM
Unknown Object (File)
Fri, Nov 8, 9:13 PM
Unknown Object (File)
Fri, Nov 8, 9:13 PM
Unknown Object (File)
Fri, Nov 8, 9:13 PM
Subscribers
None

Details

Summary

There was a bunch of stuff in this component that seemed completely unnecessary. Just quickly stripped it out to simplify things since I'm modifying this file.

Test Plan
  1. Clean build + clear caches
  2. Able to hit SIWE button
  3. Things open and continue to work as expected

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Dec 19 2022, 1:57 PM
atul added inline comments.
native/account/logged-out-modal.react.js
470–473

These props were unused.

add newline after @flow since we're here anyways

This revision is now accepted and ready to land.Dec 19 2022, 2:23 PM
This revision was automatically updated to reflect the committed changes.