Update advanced/part1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user