mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add select to change board of post
This commit is contained in:
9
app/javascript/components/shared/PostBoardLabel.tsx
Normal file
9
app/javascript/components/shared/PostBoardLabel.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
|
||||
import IBoard from '../../interfaces/IBoard';
|
||||
|
||||
const PostBoardLabel = ({ name }: IBoard) => (
|
||||
<span className="badge badgeLight">{name}</span>
|
||||
);
|
||||
|
||||
export default PostBoardLabel;
|
||||
Reference in New Issue
Block a user