Update advanced/part1

This commit is contained in:
Richard Feldman
2018-08-14 02:46:07 -04:00
parent 4d853d99fd
commit ef7787d670

View File

@@ -257,7 +257,7 @@ titleForMe : Maybe Cred -> Username -> String
titleForMe maybeCred username =
case maybeCred of
Just cred ->
if username == Cred.username cred then
if username == cred.username then
myProfileTitle
else