minor
This commit is contained in:
		@@ -11,7 +11,7 @@ getWalletR = loginOrDo $ (\(uid,user) -> do
 | 
			
		||||
             apiKey <- runDB $ getBy $ UniqueApiUser uid
 | 
			
		||||
             acc <- case apiKey of
 | 
			
		||||
                      Just (Entity _ (Api _ k v)) -> do
 | 
			
		||||
                          a <- liftIO $ getAccountBalance man (ApiComplete (T.ApiKey (VCode v) (KeyId k)) (T.CharacterId (userCharId user)))
 | 
			
		||||
                          a <- liftIO $ getStandings man (mkComplete k v (userCharId user))
 | 
			
		||||
                          return (Just a)
 | 
			
		||||
                      Nothing -> return Nothing
 | 
			
		||||
             defaultLayout $ [whamlet|
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user