Compose: Refactor post button logic
Remove the redundant conditional check within the post button's `onClick` lambda. The button's `enabled` state already handles the validation for post text length and content, making the inner `if` statement unnecessary.