mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
chore: update prettier tab width for consistency (#175)
This commit is contained in:
parent
a931f8c69c
commit
f24d2fcc99
247 changed files with 7224 additions and 7375 deletions
|
@ -3,23 +3,23 @@ import { mastheadSlugs } from '../../fixtures/storyData';
|
|||
import { ServerSetup } from './ServerSetup';
|
||||
|
||||
export default {
|
||||
title: 'Organisms/Server Setup',
|
||||
component: ServerSetup,
|
||||
title: 'Organisms/Server Setup',
|
||||
component: ServerSetup,
|
||||
};
|
||||
|
||||
export const asAdmin = () => (
|
||||
<ServerSetup
|
||||
guildSlug={{ ...mastheadSlugs[1], permissionLevel: UserGuildPermissions.Admin }}
|
||||
/>
|
||||
<ServerSetup
|
||||
guildSlug={{ ...mastheadSlugs[1], permissionLevel: UserGuildPermissions.Admin }}
|
||||
/>
|
||||
);
|
||||
export const asManager = () => (
|
||||
<ServerSetup
|
||||
guildSlug={{
|
||||
...mastheadSlugs[1],
|
||||
permissionLevel: UserGuildPermissions.Manager,
|
||||
}}
|
||||
/>
|
||||
<ServerSetup
|
||||
guildSlug={{
|
||||
...mastheadSlugs[1],
|
||||
permissionLevel: UserGuildPermissions.Manager,
|
||||
}}
|
||||
/>
|
||||
);
|
||||
export const asUser = () => (
|
||||
<ServerSetup guildSlug={{ ...mastheadSlugs[1], permissionLevel: 0 }} />
|
||||
<ServerSetup guildSlug={{ ...mastheadSlugs[1], permissionLevel: 0 }} />
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue