Skip to content

Commit

Permalink
chore(wallet-mobile): wiring up
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed May 4, 2024
1 parent 2f27b05 commit a48d52a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions apps/wallet-mobile/src/TxHistory/AssetList/ListBalances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,12 @@ const useStyles = () => {
const styles = StyleSheet.create({
content: {
...atoms.px_lg,
...atoms.pt_lg,
...atoms.pb_sm,
},
assetList: {flex: 1},
button: {
...atoms.p_md,
backgroundColor: color.gray_cmin,
shadowColor: color.gray_c100,
shadowColor: color.gray_c200,
borderRadius: 8,
elevation: 2,
shadowOffset: {width: 0, height: -2},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const getDelegationStatus = (
): StakingStatus => {
// start with older certificate
const sortedCerts: any = sortBy(txCertificatesForKey, (txCerts) => txCerts.submittedAt)
Logger.debug('txCertificatesForKey', sortedCerts)
let status: StakingStatus = {isRegistered: false}

for (const certData of Object.values(sortedCerts)) {
Expand Down

0 comments on commit a48d52a

Please sign in to comment.