Skip to content

Commit

Permalink
chore: Remove now useless testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Oct 21, 2024
1 parent 4646801 commit 513db09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private fun ReceivedScreen(
BrandTopAppBarScaffold(
floatingActionButton = { ReceivedEmptyFab(areTransfersEmpty) },
) {
if (true || areTransfersEmpty()) { // TODO: Remove this `true || `, it's for testing only.
if (areTransfersEmpty()) {
EmptyState(
icon = AppIllus.MascotSearching,
title = R.string.noTransferReceivedTitle,
Expand Down

0 comments on commit 513db09

Please sign in to comment.