fixes format

This commit is contained in:
Vitor Pamplona
2023-04-07 18:26:19 -04:00
parent 80e58f72f8
commit 43497f2ce0

View File

@@ -414,7 +414,6 @@ fun HashTag(word: String, accountViewModel: AccountViewModel, navController: Nav
Text(text = "$it ")
}
} ?: Text(text = "$word ")
}
@Composable