Skip to content

Commit

Permalink
Merge pull request #327 from manipalutsav/feature-practice-slots
Browse files Browse the repository at this point in the history
Optional teams in LBList
  • Loading branch information
Ajoy10 authored Mar 29, 2024
2 parents 40a3ba8 + 9e45375 commit b3eecc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commons/LBList/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ const LBList = (props) => (
}}>
{props.title}
</div>
<div css={{
{props.team && <div css={{
fontSize: "0.5em"
}}>
Team : {props.team}
</div>
</div>}
<div css={{
fontSize: "0.9em",
// color: "rgba(0, 0, 0, .5)",
Expand Down

0 comments on commit b3eecc0

Please sign in to comment.