fix(admin): match moderation log response field name to API (#163)
The API returns { actions: [...] } but the frontend expected { entries: [...] },
causing undefined.map() crash when switching to the Action Log tab.
authored by