Removed footer from User View

This commit is contained in:
BuildTools 2022-03-15 15:28:02 +01:00
parent 6a1c807620
commit 9c6f772c39
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ actor User #LightBlue
participant Website
database Server #Brown
User->Website: viewTournament(Tournament)
activate User
activate Website