Page MenuHomePhabricator

[native] Simplify `SIWEPanel` component
ClosedPublic

Authored by atul on Dec 19 2022, 1:56 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Fri, Nov 8, 9:13 PM
Unknown Object (File)
Fri, Nov 8, 9:12 PM
Unknown Object (File)
Tue, Nov 5, 2:08 AM
Unknown Object (File)
Mon, Nov 4, 7:10 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #19730)

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.