diff options
Diffstat (limited to 'frontend/app/components/GolfWatchApps')
| -rw-r--r-- | frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx index b382850..ff60641 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx @@ -88,7 +88,9 @@ export default function GolfWatchAppGamingMultiplayer({ <td className="px-6 py-4 whitespace-nowrap text-gray-900"> {entry.player.display_name} {entry.player.label && ( - <UserLabel label={entry.player.label} /> + <span className="mx-2"> + <UserLabel label={entry.player.label} /> + </span> )} </td> <td className="px-6 py-4 whitespace-nowrap text-gray-900"> |
